Enum EAudioPanelLayoutType Path C++ Link /Script/AudioWidgets.EAudioPanelLayoutType underlying uint8 /Script/AudioWidgets Values 3 NameValueHex Basic00x00Advanced10x01EAudioPanelLayoutType_MAX20x02 Used by 2types with a member, parameter or interface of this type UAudioOscilloscopeUAudioVectorscope // /Script/AudioWidgets.EAudioPanelLayoutType enum class EAudioPanelLayoutType : uint8 { Basic = 0, Advanced = 1, EAudioPanelLayoutType_MAX = 2, };