Verse Library verse

04 Building Animations That Move Rotate And Scale

Declares an editable float variable controlling how quickly additional rotation is applied during animation.

extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-6-combining-movement-rotation-and-scale-in-verse/04-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
# The time it takes to make one AdditionalRotation in seconds.
@editable {ToolTip := RotationRateTip}
var RotationRate:float = 1.0

Comments

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