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 EMotionWarpRotationMethod
&123;
Slerp,
SlerpWithClampedRate,
ConstantRate,
&125;
Values
| Name |
Description |
| 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 |