Navigation
BlueprintAPI > BlueprintAPI/Animation > BlueprintAPI/Animation/PhysicsControl
Adds body modifier parameters to the output parameters for each modifier name in the supplied array. The values in each modifier 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 modifier names are in order - for example going down a limb.
Target is Physics Control BPLibrary
Inputs
| Type | Name | Description |
|---|---|---|
| struct | In Parameters | |
| struct | In Start Modifier Parameters | |
| struct | In End Modifier Parameters | |
| name | Modifier Names |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Parameters |