Enum EWeatherDragSource Path C++ Link /Script/StormEscape.EWeatherDragSource underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Wind10x01Tornado20x02Final30x03EWeatherDragSource_MAX40x04 Used by 6types with a member, parameter or interface of this type ADopplerRadarIDragSourceInterfaceUInteractComponentASurveillanceMonitorUTutorialSubsystemATV_Gadget // /Script/StormEscape.EWeatherDragSource enum class EWeatherDragSource : uint8 { None = 0, Wind = 1, Tornado = 2, Final = 3, EWeatherDragSource_MAX = 4, };