Navigation
API > API/Plugins > API/Plugins/MotionWarping
| |
|
| Name |
EMotionWarpRotationMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include Path |
#include "RootMotionModifier.h" |
Syntax
enum EMotionWarpRotationMethod
{
Slerp,
SlerpWithClampedRate,
ConstantRate,
Scale,
}
Values
| Name |
Remarks |
| Slerp |
Rotate with spherical linear interpolation |
| SlerpWithClampedRate |
Rotate with spherical linear interpolation, not exceeding a max rotation rate |
| ConstantRate |
Rotate with a constant rotation rate |
| Scale |
Scale rotation in a way that by the end of the anim notify state the owner's rotation matches the warp target's rotation |