Verse Library verse

11 Splitting Animations Into Segments

Declares an editable easing function variable for configuring keyframe animation speeds.

extracted-snippets/documentation/en-us/fortnite/create-platformer-02-moving-entities-using-animations-in-scene-graph-in-unreal-editor-for-fortnite/11-splitting-animations-into-segments.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
# Section:    Splitting Animations into Segments
# Movement easing function between two targets
@editable:
ToolTip := DefaultEasingFunctionTip
var DefaultEasingFunction<public>:easing_function = ease_in_out_cubic_bezier_easing_function{}

Comments

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