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
enum ERootMotionModifierState
&123;
Waiting,
Active,
MarkedForRemoval,
Disabled,
&125;
Values
| Name | Description |
|---|---|
| Waiting | The modifier is waiting for the animation to hit the warping window |
| Active | The modifier is active and currently affecting the final root motion |
| MarkedForRemoval | The modifier has been marked for removal. Usually because the warping window is done |
| Disabled | The modifier will remain in the list (as long as the window is active) but will not modify the root motion |
Remarks
The possible states of a Root Motion Modifier