Enum EShelterSectionType Path C++ Link /Script/StormEscape.EShelterSectionType underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Open10x01Extension20x02Closed30x03EShelterSectionType_MAX40x04 Used by 1types with a member, parameter or interface of this type UShelterMarkerComponent // /Script/StormEscape.EShelterSectionType enum class EShelterSectionType : uint8 { None = 0, Open = 1, Extension = 2, Closed = 3, EShelterSectionType_MAX = 4, };