#include <WheeledVehicleMovementComponentNW.h>
Public Attributes | |
bool | bUseGearAutoBox |
Whether to use automatic transmission. More... | |
float | ClutchStrength |
Strength of clutch (Kgm^2/s) More... | |
float | FinalRatio |
The final gear ratio multiplies the transmission gear ratios. More... | |
TArray< FVehicleNWGearData > | ForwardGears |
Forward gear ratios (up to 30) More... | |
float | GearAutoBoxLatency |
Minimum time it takes the automatic transmission to initiate a gear change (seconds) More... | |
float | GearSwitchTime |
Time it takes to switch gears (seconds) More... | |
float | NeutralGearUpRatio |
Value of engineRevs/maxEngineRevs that is high enough to increment gear. More... | |
float | ReverseGearRatio |
Reverse gear ratio. More... | |
Definition at line 83 of file WheeledVehicleMovementComponentNW.h.
bool FVehicleNWTransmissionData::bUseGearAutoBox |
Whether to use automatic transmission.
Definition at line 88 of file WheeledVehicleMovementComponentNW.h.
float FVehicleNWTransmissionData::ClutchStrength |
Strength of clutch (Kgm^2/s)
Definition at line 116 of file WheeledVehicleMovementComponentNW.h.
float FVehicleNWTransmissionData::FinalRatio |
The final gear ratio multiplies the transmission gear ratios.
Definition at line 100 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleGearSetup().
TArray<FVehicleNWGearData> FVehicleNWTransmissionData::ForwardGears |
Forward gear ratios (up to 30)
Definition at line 104 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleAutoBoxSetup(), and GetVehicleGearSetup().
float FVehicleNWTransmissionData::GearAutoBoxLatency |
Minimum time it takes the automatic transmission to initiate a gear change (seconds)
Definition at line 96 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleAutoBoxSetup().
float FVehicleNWTransmissionData::GearSwitchTime |
Time it takes to switch gears (seconds)
Definition at line 92 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleGearSetup().
float FVehicleNWTransmissionData::NeutralGearUpRatio |
Value of engineRevs/maxEngineRevs that is high enough to increment gear.
Definition at line 112 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleAutoBoxSetup().
float FVehicleNWTransmissionData::ReverseGearRatio |
Reverse gear ratio.
Definition at line 108 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleGearSetup().