Navigation
API > API/Plugins > API/Plugins/MotionWarping
| Name | EMotionWarpRotationType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include Path | #include "RootMotionModifier.h" |
Syntax
enum EMotionWarpRotationType
{
Default,
Facing,
}
Values
| Name | Remarks |
|---|---|
| Default | Character rotates to match the rotation of the sync point |
| Facing | Character rotates to face the sync point |