Enum EVoiceRoomType Path C++ Link /Script/StormEscape.EVoiceRoomType underlying uint8 /Script/StormEscape Values 4 NameValueHex Proximity00x00Radio10x01Death20x02EVoiceRoomType_MAX30x03 Used by 4types with a member, parameter or interface of this type AGameplayPlayerControllerUGameplayVoiceChatComponentUVoiceChatSubsystemFVoiceUserData // /Script/StormEscape.EVoiceRoomType enum class EVoiceRoomType : uint8 { Proximity = 0, Radio = 1, Death = 2, EVoiceRoomType_MAX = 3, };