Navigation
API > API/Plugins > API/Plugins/Synthesis
| |
|
| Name |
FSubmixEffectStereoToQuadSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectStereoToQuad.h |
| Include Path |
#include "SubmixEffects/SubmixEffectStereoToQuad.h" |
Syntax
USTRUCT (BlueprintType )
struct FSubmixEffectStereoToQuadSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bFlipChannels |
bool |
Whether or not to flip the left and right input channels when sending to the rear channel. |
SubmixEffects/SubmixEffectStereoToQuad.h |
- EditAnywhere
- BlueprintReadWrite
- Category="StereoToQuad"
|
| RearChannelGain |
float |
The gain (in decibels) of the rear channels. |
SubmixEffects/SubmixEffectStereoToQuad.h |
- EditAnywhere
- BlueprintReadWrite
- Category="StereoToQuad"
|