unreal.MotionWarpRotationMethod¶
- class unreal.MotionWarpRotationMethod¶
Bases:
EnumBaseEMotion Warp Rotation Method
C++ Source:
Plugin: MotionWarping
Module: MotionWarping
File: RootMotionModifier.h
- CONSTANT_RATE: MotionWarpRotationMethod = Ellipsis¶
Rotate with a constant rotation rate
- Type:
2
- SCALE: MotionWarpRotationMethod = Ellipsis¶
Scale rotation in a way that by the end of the anim notify state the owner’s rotation matches the warp target’s rotation
- Type:
3
- SLERP: MotionWarpRotationMethod = Ellipsis¶
Rotate with spherical linear interpolation
- Type:
0
- SLERP_WITH_CLAMPED_RATE: MotionWarpRotationMethod = Ellipsis¶
Rotate with spherical linear interpolation, not exceeding a max rotation rate
- Type:
1