Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/WheelSystem.h |
| Include | #include "WheelSystem.h" |
Syntax
struct FSimpleWheelConfig
Remarks
Tire load changes, when cornering outer tires are loaded and inner ones unloaded Similarly load changes when accelerating and breaking. Fx : brake/drive force Fy : Cornering Force Fz : Tire load (vehicle weight)
Mx : overturning moment My : moment about brake/drive torque Mz : self-aligning moment
Fx : forward speed at wheel center
Omega : Rotational Speed [radians/sec] Alpha : Slip Angle [radians] k or Sx: Longitudinal Slip - slip is -ve when braking and +ve when accelerating Re : Effective Wheel Radius Wheel setup data that doesn't change during simulation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | ABSEnabled | ||
| EAxleType | AxleType | ||
| bool | BrakeEnabled | Setup | |
| float | CorneringStiffness | ||
| bool | EngineEnabled | ||
| EExternalTorqueCombineMethod | ExternalTorqueCombineMethod | ||
| EFrictionCombineMethod | FrictionCombineMethod | ||
| float | FrictionMultiplier | ||
| bool | HandbrakeEnabled | ||
| float | HandbrakeTorque | ||
| FGraph | LateralSlipGraph | ||
| float | LateralSlipGraphMultiplier | ||
| float | MaxBrakeTorque | Brakes | |
| float | MaxSpinRotation | ||
| int | MaxSteeringAngle | ||
| FVector | Offset | Wheel tire | |
| float | SideSlipModifier | ||
| float | SkidThreshold | ||
| float | SlipThreshold | ||
| bool | SteeringEnabled | ||
| float | TorqueRatio | ||
| bool | TractionControlEnabled | ||
| float | WheelMass | ||
| float | WheelRadius | ||
| float | WheelWidth |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAxleType | |||
| EExternalTorqueCombineMethod | |||
| EFrictionCombineMethod | #todo: use this | ||
| EWheelDamageStatus | #todo: use this | ||
| EWheelSimulationStatus | #todo: use this |