Enum EYAxisLabelsUnit Path C++ Link /Script/AudioWidgets.EYAxisLabelsUnit underlying uint8 /Script/AudioWidgets Values 3 NameValueHex Linear00x00Db10x01EYAxisLabelsUnit_MAX20x02 Used by 1types with a member, parameter or interface of this type UAudioOscilloscope // /Script/AudioWidgets.EYAxisLabelsUnit enum class EYAxisLabelsUnit : uint8 { Linear = 0, Db = 1, EYAxisLabelsUnit_MAX = 2, };