Navigation
API > API/Plugins > API/Plugins/MotionWarping
The possible states of a Root Motion Modifier
| Name | ERootMotionModifierState |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include Path | #include "RootMotionModifier.h" |
Syntax
enum ERootMotionModifierState
{
Waiting,
Active,
MarkedForRemoval,
Disabled,
}
Values
| Name | Remarks |
|---|---|
| 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 |