Enum EPropSweepAxis Path C++ Link /Script/StormEscape.EPropSweepAxis underlying uint8 /Script/StormEscape Values 4 NameValueHex X00x00Y10x01Z20x02EPropSweepAxis_MAX30x03 // /Script/StormEscape.EPropSweepAxis enum class EPropSweepAxis : uint8 { X = 0, Y = 1, Z = 2, EPropSweepAxis_MAX = 3, };