Enum ESteeringType Path C++ Link /Script/ChaosVehicles.ESteeringType underlying uint8 /Script/ChaosVehicles Values 4 NameValueHex SingleAngle00x00AngleRatio10x01Ackermann20x02ESteeringType_MAX30x03 Used by 1types with a member, parameter or interface of this type FVehicleSteeringConfig // /Script/ChaosVehicles.ESteeringType enum class ESteeringType : uint8 { SingleAngle = 0, AngleRatio = 1, Ackermann = 2, ESteeringType_MAX = 3, };