unreal.MotionWarpRotationMethod

class unreal.MotionWarpRotationMethod

Bases: EnumBase

EMotion Warp Rotation Method

C++ Source:

  • Plugin: MotionWarping

  • Module: MotionWarping

  • File: RootMotionModifier.h

CONSTANT_RATE: MotionWarpRotationMethod

Rotate with a constant rotation rate

Type:

2

SLERP: MotionWarpRotationMethod

Rotate with spherical linear interpolation

Type:

0

SLERP_WITH_CLAMPED_RATE: MotionWarpRotationMethod

Rotate with spherical linear interpolation, not exceeding a max rotation rate

Type:

1