Navigation
API > API/Plugins > API/Plugins/Synthesis
Submix effect which sends stereo audio to quad (left surround and right surround) if the channel count is greater than 2.
| Name | USubmixEffectStereoToQuadPreset |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectStereoToQuad.h |
| Include Path | #include "SubmixEffects/SubmixEffectStereoToQuad.h" |
Syntax
UCLASS (MinimalAPI)
class USubmixEffectStereoToQuadPreset : public USoundEffectSubmixPreset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundEffectPreset → USoundEffectSubmixPreset → USubmixEffectStereoToQuadPreset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FSubmixEffectStereoToQuadSettings | SubmixEffects/SubmixEffectStereoToQuad.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EFFECT_PRESET_METHODS
(
SubmixEffectStereoToQuad |
Set all tap delay settings. This will replace any dynamically added or modified taps. | SubmixEffects/SubmixEffectStereoToQuad.h |
Overridden from USoundEffectPreset
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnInit() |
SubmixEffects/SubmixEffectStereoToQuad.h |