Enum EThunderAmbienceType Path C++ Link /Script/StormEscape.EThunderAmbienceType underlying uint8 /Script/StormEscape Values 5 NameValueHex ETAT_None00x00ETAT_Close10x01ETAT_Medium20x02ETAT_Distant30x03ETAT_MAX40x04 Used by 2types with a member, parameter or interface of this type AStormEscapeThunderAmbienceVolumeFThunderAmbienceSettingsKey // /Script/StormEscape.EThunderAmbienceType enum class EThunderAmbienceType : uint8 { ETAT_None = 0, ETAT_Close = 1, ETAT_Medium = 2, ETAT_Distant = 3, ETAT_MAX = 4, };