Enum EWeatherObjectCategory Path C++ Link /Script/StormEscape.EWeatherObjectCategory underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Asset10x01Key20x02Player30x03EWeatherObjectCategory_MAX40x04 Used by 2types with a member, parameter or interface of this type IDraggingInterfaceUWeatherComponent // /Script/StormEscape.EWeatherObjectCategory enum class EWeatherObjectCategory : uint8 { None = 0, Asset = 1, Key = 2, Player = 3, EWeatherObjectCategory_MAX = 4, };