24 UPROPERTY(Category =
"Wheel Tire Friction", EditAnywhere, BlueprintReadWrite)
25 float TireFriction = 3.5f;
31 UPROPERTY(Category = "Wheel Damping Rate", EditAnywhere, BlueprintReadWrite)
32 float DampingRate = 1.0f;
37 UPROPERTY(Category = "Wheel Max Steer Angle", EditAnywhere, BlueprintReadWrite)
38 float MaxSteerAngle = 70.0f;
44 UPROPERTY(Category = "Wheel Shape Radius", EditAnywhere, BlueprintReadWrite)
51 UPROPERTY(Category = "Wheel Max Brake Torque (Nm)", EditAnywhere, BlueprintReadWrite)
52 float MaxBrakeTorque = 1500.0f;
57 UPROPERTY(Category = "Wheel Max Handbrake Torque (Nm)", EditAnywhere, BlueprintReadWrite)
58 float MaxHandBrakeTorque = 3000.0f;
63 UPROPERTY(Category = "Max normalized tire load at which the tire can deliver no more lateral stiffness no matter how much extra load is applied to the tire", EditAnywhere, BlueprintReadWrite)
64 float LatStiffMaxLoad = 2.0f;
70 UPROPERTY(Category = "Lateral Stiffness Value", EditAnywhere, BlueprintReadWrite)
71 float LatStiffValue = 17.0f;
77 UPROPERTY(Category = "Longitudinal Stiffness Value", EditAnywhere, BlueprintReadWrite)
78 float LongStiffValue = 1000.0f;
84 UPROPERTY(Category = "Wheel
Position", EditAnywhere, BlueprintReadWrite)