Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/SubmixEffects
Inheritance Hierarchy
- FSoundEffectSubmix
- FSubmixEffectReverb
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Classes/SubmixEffects/AudioMixerSubmixEffectReverb.h |
| Include | #include "SubmixEffects/AudioMixerSubmixEffectReverb.h" |
Syntax
class FSubmixEffectReverb : public FSoundEffectSubmix
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Forces receiving downmixed submix audio to stereo input for the reverb effect. | ||
| float | GetDryLevel () |
Returns the drylevel of the effect. | |
| void | Init
(
const FSoundEffectSubmixInitData& InSampleRate |
Called on an audio effect at initialization on main thread before audio processing begins. | |
| void | Called when an audio effect preset is changed. | ||
| void | OnProcessAudio
(
const FSoundEffectSubmixInputData& InData, |
Process the input block of audio. Called on audio thread. | |
| bool | SetParameters
(
const FAudioEffectParameters& InParameters |
Sets the reverb effect parameters based from audio thread code. | |
| bool | Whether this effect supports the default reverb system. |
Constants
| Name | Description |
|---|---|
| MaxWetness | |
| MinWetness |