Navigation
BlueprintAPI > BlueprintAPI/PhysicsControl
Sets whether body modifiers should update kinematics from the simulation results for body modifiers or body modifiers in sets Standard sets will include "All" and things like "ArmLeft", depending on how body modifiers have been created.
Target is Physics Control Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Names | The names of the body modifiers or sets to update. Note that if you have these in a FPhysicsControlNameArray then it can be split. |
| boolean | Update Kinematic from Simulation | Whether the body should be updated from the simulation when it is kinematic, or whether it should track the kinematic target directly. This will be most likely useful when using async physics, in order to make kinematic parts behave the same as dynamic ones. |
| boolean | Apply to Modifiers with Name | If true, then body modifiers with the name will be modified |
| boolean | Apply to Sets with Name | If true, then body modifiers in sets with the name will be modified |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |