Enum ESweepType Path C++ Link /Script/ChaosVehicles.ESweepType underlying uint8 /Script/ChaosVehicles Values 3 NameValueHex SimpleSweep00x00ComplexSweep10x01ESweepType_MAX20x02 Used by 1types with a member, parameter or interface of this type UChaosVehicleWheel // /Script/ChaosVehicles.ESweepType enum class ESweepType : uint8 { SimpleSweep = 0, ComplexSweep = 1, ESweepType_MAX = 2, };