Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/SubmixEffects
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Classes/SubmixEffects/AudioMixerSubmixEffectDynamicsProcessor.h |
| Include | #include "SubmixEffects/AudioMixerSubmixEffectDynamicsProcessor.h" |
Syntax
struct FSubmixEffectDynamicProcessorFilterSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bEnabled | Whether or not filter is enabled. | |
| float | Cutoff | The cutoff frequency of the HPF applied to key signal. | |
| float | GainDb | The gain of the filter shelf applied to the key signal. |
Constructors
| Type | Name | Description | |
|---|---|---|---|