Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/TransmissionSystem.h |
| Include | #include "TransmissionSystem.h" |
Syntax
struct FSimpleTransmissionConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | AutoReverse | ||
| uint32 | ChangeDownRPM | ||
| uint32 | ChangeUpRPM | ||
| float | FinalDriveRatio | ||
| TArray< float > | ForwardRatios | ||
| float | GearChangeTime | ||
| TArray< float > | ReverseRatios | ||
| float | TransmissionEfficiency | ||
| ETransmissionType | TransmissionType |
Constructors
| Type | Name | Description | |
|---|---|---|---|