Enum EVehicleAerofoilType Path C++ Link /Script/ChaosVehicles.EVehicleAerofoilType underlying uint8 /Script/ChaosVehicles Values 5 NameValueHex Fixed00x00Wing10x01Rudder20x02Elevator30x03EVehicleAerofoilType_MAX40x04 Used by 1types with a member, parameter or interface of this type FVehicleAerofoilConfig // /Script/ChaosVehicles.EVehicleAerofoilType enum class EVehicleAerofoilType : uint8 { Fixed = 0, Wing = 1, Rudder = 2, Elevator = 3, EVehicleAerofoilType_MAX = 4, };