Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Source Effect EQBand' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Source Effect EQBand |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Frequency (Hz) | The cutoff frequency of the band |
| real | Bandwidth (Octaves) | The bandwidth (in octaves) of the band |
| real | Gain (D B) | The gain in decibels to apply to the eq band |
| boolean | Enabled | Whether or not the band is enabled. Allows changing bands on the fly. |