Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- FSoundEffectSubmix
- FSubmixEffectFlexiverb
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectFlexiverb.h |
| Include | #include "SubmixEffects/SubmixEffectFlexiverb.h" |
Syntax
class FSubmixEffectFlexiverb : public FSoundEffectSubmix
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | We want to receive downmixed submix audio to stereo input for the reverb 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. | |
| void | SetEffectParameters
(
const Audio::FFlexiverbSettings& InReverbEffectParameters |
Sets the reverb effect parameters based from audio thread code. |