Enum EStereoChannelMode Path C++ Link /Script/Synthesis.EStereoChannelMode underlying uint8 /Script/Synthesis Values 4 NameValueHex MidSide00x00LeftRight10x01count20x02EStereoChannelMode_MAX30x03 Used by 1types with a member, parameter or interface of this type FSourceEffectMidSideSpreaderSettings // /Script/Synthesis.EStereoChannelMode enum class EStereoChannelMode : uint8 { MidSide = 0, LeftRight = 1, count = 2, EStereoChannelMode_MAX = 3, };