#include <WheeledVehicleMovementComponentNW.h>
Public 属性 | |
bool | bUseGearAutoBox |
Whether to use automatic transmission | |
float | ClutchStrength |
Strength of clutch (Kgm^2/s) | |
float | FinalRatio |
The final gear ratio multiplies the transmission gear ratios. | |
TArray< FVehicleNWGearData > | ForwardGears |
Forward gear ratios (up to 30) | |
float | GearAutoBoxLatency |
Minimum time it takes the automatic transmission to initiate a gear change (seconds) | |
float | GearSwitchTime |
Time it takes to switch gears (seconds) | |
float | NeutralGearUpRatio |
Value of engineRevs/maxEngineRevs that is high enough to increment gear | |
float | ReverseGearRatio |
Reverse gear ratio | |
在文件 WheeledVehicleMovementComponentNW.h 第 83 行定义.
bool FVehicleNWTransmissionData::bUseGearAutoBox |
Whether to use automatic transmission
在文件 WheeledVehicleMovementComponentNW.h 第 88 行定义.
float FVehicleNWTransmissionData::ClutchStrength |
Strength of clutch (Kgm^2/s)
在文件 WheeledVehicleMovementComponentNW.h 第 116 行定义.
float FVehicleNWTransmissionData::FinalRatio |
The final gear ratio multiplies the transmission gear ratios.
在文件 WheeledVehicleMovementComponentNW.h 第 100 行定义.
被这些函数引用 GetVehicleGearSetup().
TArray<FVehicleNWGearData> FVehicleNWTransmissionData::ForwardGears |
Forward gear ratios (up to 30)
在文件 WheeledVehicleMovementComponentNW.h 第 104 行定义.
被这些函数引用 GetVehicleAutoBoxSetup() , 以及 GetVehicleGearSetup().
float FVehicleNWTransmissionData::GearAutoBoxLatency |
Minimum time it takes the automatic transmission to initiate a gear change (seconds)
在文件 WheeledVehicleMovementComponentNW.h 第 96 行定义.
被这些函数引用 GetVehicleAutoBoxSetup().
float FVehicleNWTransmissionData::GearSwitchTime |
Time it takes to switch gears (seconds)
在文件 WheeledVehicleMovementComponentNW.h 第 92 行定义.
被这些函数引用 GetVehicleGearSetup().
float FVehicleNWTransmissionData::NeutralGearUpRatio |
Value of engineRevs/maxEngineRevs that is high enough to increment gear
在文件 WheeledVehicleMovementComponentNW.h 第 112 行定义.
被这些函数引用 GetVehicleAutoBoxSetup().
float FVehicleNWTransmissionData::ReverseGearRatio |
Reverse gear ratio
在文件 WheeledVehicleMovementComponentNW.h 第 108 行定义.
被这些函数引用 GetVehicleGearSetup().