Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Audio Parameter' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| name | Name | Name of the parameter |
| real | Value (Float) | Float value of parameter |
| boolean | Value (Bool) | Boolean value of parameter |
| integer | Value (Int) | Integer value of parameter. If set to 'Default Construct', value is number of array items to construct. |
| object | Value (Object) | Object value of parameter |
| string | Value (String) | String value of parameter |
| real | Value (Float Array) | Array Float value of parameter |
| boolean | Value (Bool Array) | Boolean value of parameter |
| integer | Value (Int Array) | Integer value of parameter |
| object | Value (Object Array) | Object value of parameter |
| string | Value (String Array) | String value of parameter |
| enum | Type |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Audio Parameter |