Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundEffectPreset
- USoundEffectSubmixPreset
- USubmixEffectStereoToQuadPreset
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectStereoToQuad.h |
| Include | #include "SubmixEffects/SubmixEffectStereoToQuad.h" |
Syntax
UCLASS&40;&41;
class USubmixEffectStereoToQuadPreset : public USoundEffectSubmixPreset
Remarks
Submix effect which sends stereo audio to quad (left surround and right surround) if the channel count is greater than 2.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSubmixEffectStereoToQuadSettings | Settings | ||
| FSubmixEffectStereoToQuadSettings | SettingsCopy | ||
| FCriticalSection | SettingsCritSect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSubmixEffectStereoToQuadSettings | GetSettings () |
||
| void | SetSettings
(
const FSubmixEffectStereoToQuadSettings& InSettings |
Set all tap delay settings. This will replace any dynamically added or modified taps. | |
| void | UpdateSettings
(
const FSubmixEffectStereoToQuadSettings& InSettings |
||
| void | UpdateSettings
(
TUniqueFunction< void(FSubmixEffectStereoToQuadSettings&)> InCommand |
Overridden from USoundEffectPreset
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFilter () |
||
| FSoundEffectBase * | |||
| USoundEffectPreset * | CreateNewPreset
(
UObject* InParent, |
||
| FText | |||
| UClass * | |||
| bool | |||
| void | Init () |
||
| void | OnInit () |