Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSubmix
- FSubmixEffectStereoToQuad
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectStereoToQuad.h |
| Include | #include "SubmixEffects/SubmixEffectStereoToQuad.h" |
Syntax
class FSubmixEffectStereoToQuad : public FSoundEffectSubmix
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FSoundEffectSubmix
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FSoundEffectSubmixInitData& InInitData |
Called on an audio effect at initialization on main thread before audio processing begins. | |
| void | OnProcessAudio
(
const FSoundEffectSubmixInputData& InData, |
Process the input block of audio. Called on audio thread. |
Overridden from FSoundEffectBase
| Type | Name | Description | |
|---|---|---|---|
| void | Called when the sound effect's preset changed. |