Navigation
API > API/Plugins > API/Plugins/MotionWarping
References
| Module | MotionWarping |
| Header | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include | #include "RootMotionModifier.h" |
Syntax
USTRUCT&40;&41;
struct FMotionWarpingUpdateContext
Remarks
Context passed to any active root motion modifier during the update phase. Contains relevant data from the animation that contributed to root motion this frame (or in the past when replaying saved moves)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const UAnimSequenceBase > | Animation | ||
| float | CurrentPosition | ||
| float | DeltaSeconds | ||
| float | PlayRate | ||
| float | PreviousPosition | ||
| float | Weight |