Verse Library verse

05 Building Animations That Move Rotate And Scale

Declares an editable boolean property that toggles whether animation easing applies per keyframe.

extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-6-combining-movement-rotation-and-scale-in-verse/05-building-animations-that-move-rotate-and-scale.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/animating-prop-movement-6-combining-movement-rotation-and-scale-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/animating-prop-movement-6-combining-movement-rotation-and-scale-in-verse.md
# Section:    Building Animations that Move, Rotate, and Scale
# Whether this prop should use the MoveEaseType per each frame of animation.
# Setting this to false will use the linear MoveEaseType on each frame.
@editable
UseEasePerKeyframe:logic = true

Comments

    Sign in to vote, comment, or suggest an edit. Sign in