Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
| Name | FSimpleTireConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/TireSystem.h |
| Include Path | #include "TireSystem.h" |
Syntax
struct FSimpleTireConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleTireConfig() |
Tires are normally specified as 192/55R15. | TireSystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Depth | float | TireSystem.h | ||
| InitialTirePressure | float | TireSystem.h | ||
| InitialTireWear | float | TireSystem.h | ||
| KineticFrictionCoefficient | float | TireSystem.h | ||
| Radius | float | TireSystem.h | ||
| StaticFrictionCoefficient | float | TireSystem.h | ||
| Width | float | TireSystem.h |