Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Physics Control Control and Modifier Parameters' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Control Parameters | Parameters for existing controls. Each name can be the name of a control, or the name of aset of controls. They will only apply for one tick/update. They will be applied in order (sosubsequent entries will override earlier ones if they apply to the same control). |
| struct | Control Multiplier Parameters | Multipliers for existing controls. Each name can be the name of a control, or the name of aset of controls. They will only apply for one tick/update. They will be applied in order (sosubsequent entries will override earlier ones if they apply to the same control). |
| struct | Modifier Parameters | Parameters for existing modifiers. Each name can be the name of a modifier, or the name of aset of modifiers. They will only apply for one tick/update. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Physics Control Control and Modifier Parameters |