Enum ETornadoCaptureStage Path C++ Link /Script/StormEscape.ETornadoCaptureStage underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Suction10x01Orbit20x02Toss30x03ETornadoCaptureStage_MAX40x04 Used by 2types with a member, parameter or interface of this type FReplicatedTornadoTargetDataATornado // /Script/StormEscape.ETornadoCaptureStage enum class ETornadoCaptureStage : uint8 { None = 0, Suction = 1, Orbit = 2, Toss = 3, ETornadoCaptureStage_MAX = 4, };