Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/WheelModule.h |
| Include | #include "SimModule/WheelModule.h" |
Syntax
struct FWheelSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | ABSEnabled | ||
| bool | AutoHandbrakeEnabled | ||
| float | AutoHandbrakeVelocityThreshold | ||
| EWheelAxis | Axis | ||
| float | CorneringStiffness | ||
| FVector | ForceOffset | ||
| float | FrictionMultiplier | ||
| bool | HandbrakeEnabled | ||
| float | HandbrakeTorque | ||
| FGraph | LateralSlipGraph | ||
| float | LateralSlipGraphMultiplier | ||
| float | MaxBrakeTorque | ||
| float | MaxRotationVel | ||
| float | MaxSteeringAngle | ||
| float | Radius | ||
| bool | ReverseDirection | ||
| float | SlipAngleLimit | ||
| float | SlipModifier | ||
| bool | SteeringEnabled | ||
| bool | TractionControlEnabled | ||
| float | WheelInertia | ||
| float | Width |
Constructors
| Type | Name | Description | |
|---|---|---|---|