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

Enumerations

enum  Type : int { SLERP , TwistAndSwing }
 

Enumeration Type Documentation

◆ Type

Enumerator
SLERP 

Spherical lerp between the current orientation/velocity and the target orientation/velocity. NOTE: This will NOT work if any angular constraints are set to Locked.

TwistAndSwing 

Path is decomposed into twist (roll constraint) and swing (cone constraint). Doesn't follow shortest arc and may experience gimbal lock. Does work with locked angular constraints.