| Bandwidth |
float |
The bandwidth (in octaves) of the band. |
SourceEffects/SourceEffectEQ.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Equalizer
- Meta=(DisplayName="Bandwidth (octaves)", ClampMin="0.1", ClampMax="2.0", UIMin="0.1", UIMax="2.0", EditCondition="bEnabled")
|
| bEnabled |
uint32 |
Whether or not the band is enabled. Allows changing bands on the fly. |
SourceEffects/SourceEffectEQ.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Equalizer
- Meta=(DisplayName="Enabled")
|
| Frequency |
float |
The cutoff frequency of the band. |
SourceEffects/SourceEffectEQ.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Equalizer
- Meta=(DisplayName="Frequency (hz)", ClampMin="20.0", ClampMax="20000.0", UIMin="0.0", UIMax="15000.0", EditCondition="bEnabled")
|
| GainDb |
float |
The gain in decibels to apply to the eq band. |
SourceEffects/SourceEffectEQ.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Equalizer
- Meta=(DisplayName="Gain (dB)", ClampMin="-90.0", ClampMax="20.0", UIMin="-90.0", UIMax="20.0", EditCondition="bEnabled")
|