Enum EAxleType Path C++ Link /Script/ChaosVehicles.EAxleType underlying uint8 /Script/ChaosVehicles Values 4 NameValueHex Undefined00x00Front10x01Rear20x02EAxleType_MAX30x03 Used by 1types with a member, parameter or interface of this type UChaosVehicleWheel // /Script/ChaosVehicles.EAxleType enum class EAxleType : uint8 { Undefined = 0, Front = 1, Rear = 2, EAxleType_MAX = 3, };