Navigation
BlueprintAPI > BlueprintAPI/Physics > BlueprintAPI/Physics/Constraints
Gets whether linear velocity drive is enabled or not
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 Drive X | Indicates whether the drive for the X-Axis is enabled |
| boolean | Out Enable Drive Y | Indicates whether the drive for the Y-Axis is enabled |
| boolean | Out Enable Drive Z | Indicates whether the drive for the Z-Axis is enabled |