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,
OppositeDefault,
OppositeFacing,
}
Values
| Name | Remarks |
|---|---|
| Default | Character rotates to match the rotation of the sync point |
| Facing | Character rotates to face the sync point |
| OppositeDefault | Character rotates to match the rotation of the sync point, rotated by half of full angle around up axis (180 degrees yaw) |
| OppositeFacing | Character rotates to face the sync point with their back. Essentially facing + 180 degrees yaw. |