Navigation
BlueprintAPI > BlueprintAPI/Physics > BlueprintAPI/Physics/Constraints
Gets whether angular velocity twist and swing drive is enabled or not. Only relevant if the AngularDriveMode is set to Twist and Swing
Target is Constraint Instance Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Accessor | Constraint accessor to query |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Out Enable Twist Drive | Indicates whether the drive for the twist axis should be enabled. Only relevant if the AngularDriveMode is set to Twist and Swing |
| boolean | Out Enable Swing Drive | Indicates whether the drive for the swing axis should be enabled. Only relevant if the AngularDriveMode is set to Twist and Swing |