 |
TEnumAsByte< enum EAngularDriveMode::Type > |
AngularDriveMode |
Whether motors use SLERP (spherical lerp) or decompose into a Swing motor (cone constraints) and Twist motor (roll constraints). |
 |
FVector |
AngularVelocityTarget |
Target angular velocity relative to the body reference frame in revolutions per second. |
 |
FRotator |
OrientationTarget |
Target orientation relative to the the body reference frame. |
 |
FConstraintDrive |
SlerpDrive |
Controls the SLERP (spherical lerp) drive between current orientation/velocity and target orientation/velocity. |
 |
FConstraintDrive |
SwingDrive |
Controls the cone constraint drive between current orientation/velocity and target orientation/velocity. |
 |
FConstraintDrive |
TwistDrive |
Controls the twist (roll) constraint drive between current orientation/velocity and target orientation/velocity. |