Navigation
BlueprintAPI > BlueprintAPI/PhysicsControl
Calls SetControlTargetPosition for each element of the control names and positions. These array should match in size.
Target is Physics Control Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Names | |
| rotator | Orientations | |
| real | Velocity Delta Time | |
| boolean | Enable Control | |
| boolean | Apply Control Point to Target |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Success | true if the control/position arrays match, false if they don't. |