Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'SourceEffectEQBand' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Source Effect EQBand |
Outputs
Type | Name | Description |
---|---|---|
real | Frequency | The cutoff frequency of the band |
real | Bandwidth | 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. |