Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > FAngularDriveConstraint
Syntax
TEnumAsByte< enum EAngularDriveMode::Type > AngularDriveMode
Remarks
Whether motors use SLERP (spherical lerp) or decompose into a Swing motor (cone constraints) and Twist motor (roll constraints). NOTE: SLERP will NOT work if any of the angular constraints are locked.