Navigation
BlueprintAPI > BlueprintAPI/PhysicsControl
Creates a new control for mesh components
Target is Physics Control Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Name | The name of the control that will be created. Creation will fail if this name is already in use. |
| object | Parent Component | |
| name | Parent Bone Name | |
| object | Child Component | |
| name | Child Bone Name | |
| struct | Control Data | Describes the initial strength etc of the new control |
| struct | Control Target | Describes the initial target for the new control |
| name | Set | Which set to include the control in (optional). Note that it automatically gets added to the set "All" |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Success | True if a new control was created, false if a control of the specified name already exists |