Verse Library verse

03 Snippet

Defines an editable public float for configuring initial pause duration before animations start.

extracted-snippets/documentation/en-us/fortnite/create-platformer-02-moving-entities-using-animations-in-scene-graph-in-unreal-editor-for-fortnite/03-snippet.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/create-platformer-02-moving-entities-using-animations-in-scene-graph-in-unreal-editor-for-fortnite
# Local doc:  epic-docs/documentation/en-us/fortnite/create-platformer-02-moving-entities-using-animations-in-scene-graph-in-unreal-editor-for-fortnite.md
# Amount of time to pause before the animation starts.
@editable_number(float):
ToolTip := SpeedTip
MinValue := option{0.0}
var InitialPauseSeconds<public>:float = 10.0

Comments

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