Enum EVoiceState Path C++ Link /Script/StormEscape.EVoiceState underlying uint8 /Script/StormEscape Values 3 NameValueHex None00x00Speaking10x01EVoiceState_MAX20x02 Used by 6types with a member, parameter or interface of this type UABP_FP_MainCharacter_CUABP_TP_MainCharacter_CABaseFirstPersonCharacterABP_Radio_CUVoiceChatSubsystemUWBP_CBRadioScreen_C // /Script/StormEscape.EVoiceState enum class EVoiceState : uint8 { None = 0, Speaking = 1, EVoiceState_MAX = 2, };