Navigation
BlueprintAPI > BlueprintAPI/Animation > BlueprintAPI/Animation/PhysicsControl
Adds control parameters to the output parameters for each control name in the supplied array. The values in each control parameters added will be a linear interpolation of the two supplied Parameters, blending from the start parameters to the end parameters across the elements in the array. Note that this is most likely only useful when the control names are in order - for example going down a limb.
Target is Physics Control BPLibrary
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Parameters | |
| struct | Start Parameters | |
| struct | End Parameters | |
| name | Control Names |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Out Parameters |