Enum EWeatherObjectSize Path C++ Link /Script/StormEscape.EWeatherObjectSize underlying uint8 /Script/StormEscape Values 6 NameValueHex None00x00Tiny10x01Small20x02Medium30x03Big40x04EWeatherObjectSize_MAX50x05 // /Script/StormEscape.EWeatherObjectSize enum class EWeatherObjectSize : uint8 { None = 0, Tiny = 1, Small = 2, Medium = 3, Big = 4, EWeatherObjectSize_MAX = 5, };