Enum EShelterWall Path C++ Link /Script/StormEscape.EShelterWall underlying uint8 /Script/StormEscape Values 6 NameValueHex None00x00Forward10x01Right20x02Left30x03Backward40x04EShelterWall_MAX50x05 Used by 1types with a member, parameter or interface of this type FShelterMarkerTarget // /Script/StormEscape.EShelterWall enum class EShelterWall : uint8 { None = 0, Forward = 1, Right = 2, Left = 3, Backward = 4, EShelterWall_MAX = 5, };