unreal.LerpInterpolationMode

class unreal.LerpInterpolationMode

Bases: unreal.EnumBase

Different methods for interpolating rotation between transforms

C++ Source:

  • Module: Engine

  • File: KismetMathLibrary.h

DUAL_QUAT_INTERP

Dual quaternion interpolation, follows helix or screw-motion path between keyframes.

Type

2

EULER_INTERP

Rotor or Euler Angle interpolation.

Type

1

QUAT_INTERP

Shortest Path or Quaternion interpolation for the rotation.

Type

0