Enum EShelterClaimResponse Path C++ Link /Script/StormEscape.EShelterClaimResponse underlying uint8 /Script/StormEscape Values 4 NameValueHex Allow00x00Break10x01Prevent20x02EShelterClaimResponse_MAX30x03 Used by 1types with a member, parameter or interface of this type UWeatherComponent // /Script/StormEscape.EShelterClaimResponse enum class EShelterClaimResponse : uint8 { Allow = 0, Break = 1, Prevent = 2, EShelterClaimResponse_MAX = 3, };