Enum EProtectionType Path C++ Link /Script/StormEscape.EProtectionType underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Shelter10x01Blockage20x02Any30x03EProtectionType_MAX40x04 // /Script/StormEscape.EProtectionType enum class EProtectionType : uint8 { None = 0, Shelter = 1, Blockage = 2, Any = 3, EProtectionType_MAX = 4, };