Enum ERadioVoiceChannel Path C++ Link /Script/StormEscape.ERadioVoiceChannel underlying uint8 /Script/StormEscape Values 4 NameValueHex None00x00Team10x01City20x02ERadioVoiceChannel_MAX30x03 Used by 3types with a member, parameter or interface of this type ABaseRadioItemFRadioChannelDataURadioSubsystem // /Script/StormEscape.ERadioVoiceChannel enum class ERadioVoiceChannel : uint8 { None = 0, Team = 1, City = 2, ERadioVoiceChannel_MAX = 3, };