UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ELerpInterpolationMode Namespace Reference

Enumerations

enum  Type : int { QuatInterp , EulerInterp , DualQuatInterp }
 

Detailed Description

Different methods for interpolating rotation between transforms

Enumeration Type Documentation

◆ Type

Enumerator
QuatInterp 

Shortest Path or Quaternion interpolation for the rotation.

EulerInterp 

Rotor or Euler Angle interpolation.

DualQuatInterp 

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