Enum EMonoChannelUpmixMethod Path C++ Link /Script/Engine.EMonoChannelUpmixMethod underlying int8 /Script/Engine Values 4 NameValueHex Linear00x00EqualPower10x01FullVolume20x02EMonoChannelUpmixMethod_MAX30x03 Used by 1types with a member, parameter or interface of this type UAudioSettings // /Script/Engine.EMonoChannelUpmixMethod enum class EMonoChannelUpmixMethod : int8 { Linear = 0, EqualPower = 1, FullVolume = 2, EMonoChannelUpmixMethod_MAX = 3, };