unreal.LerpInterpolationMode

class unreal.LerpInterpolationMode

Bases: EnumBase

Different methods for interpolating rotation between transforms

C++ Source:

  • Module: Engine

  • File: KismetMathLibrary.h

DUAL_QUAT_INTERP: LerpInterpolationMode

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

Type:

2

EULER_INTERP: LerpInterpolationMode

Rotor or Euler Angle interpolation.

Type:

1

QUAT_INTERP: LerpInterpolationMode

Shortest Path or Quaternion interpolation for the rotation.

Type:

0