Navigation
BlueprintAPI > BlueprintAPI/PhysicsControl
Modifies existing control's angular data in a control or controls in a set - i.e. the strengths etc of the control driving towards the target Standard set names will include "All", "WorldSpace", "ParentSpace" and things like "WorldSpace_ArmLeft", depending on how controls have been created.
Target is Physics Control Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Name | The name of the control or set of controls to update. |
| real | Strength | The strength used to drive angular motion |
| real | Damping Ratio | The amount of damping associated with the angular strength. 1 Results in critically damped motion |
| real | Extra Damping | The amount of additional angular damping |
| real | Max Torque | The maximum torque used to drive the angular motion. Zero indicates no limit. |
| boolean | Enable Control | Enables the control if it is currently disabled |
| boolean | Apply to Controls with Name | If true, then controls with the name will be modified |
| boolean | Apply to Sets with Name | If true, then controls in sets with the name will be modified |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |