#include <WheeledVehicleMovementComponentNW.h>
Public 成员函数 | |
float | FindPeakTorque () const |
Find the peak torque produced by the TorqueCurve | |
Public 属性 | |
float | DampingRateFullThrottle |
Damping rate of engine when full throttle is applied (Kgm^2/s) | |
float | DampingRateZeroThrottleClutchDisengaged |
Damping rate of engine in at zero throttle when the clutch is disengaged (in neutral gear) (Kgm^2/s) | |
float | DampingRateZeroThrottleClutchEngaged |
Damping rate of engine in at zero throttle when the clutch is engaged (Kgm^2/s) | |
float | MaxRPM |
Maximum revolutions per minute of the engine | |
float | MOI |
Moment of inertia of the engine around the axis of rotation (Kgm^2). | |
FRuntimeFloatCurve | TorqueCurve |
Torque (Nm) at a given RPM | |
在文件 WheeledVehicleMovementComponentNW.h 第 32 行定义.
float FVehicleNWEngineData::FindPeakTorque | ( | ) | const |
Find the peak torque produced by the TorqueCurve
在文件 WheeledVehicleMovementComponentNW.cpp 第 113 行定义.
引用了 TorqueCurve.
被这些函数引用 GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateFullThrottle |
Damping rate of engine when full throttle is applied (Kgm^2/s)
在文件 WheeledVehicleMovementComponentNW.h 第 50 行定义.
被这些函数引用 GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateZeroThrottleClutchDisengaged |
Damping rate of engine in at zero throttle when the clutch is disengaged (in neutral gear) (Kgm^2/s)
在文件 WheeledVehicleMovementComponentNW.h 第 58 行定义.
被这些函数引用 GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateZeroThrottleClutchEngaged |
Damping rate of engine in at zero throttle when the clutch is engaged (Kgm^2/s)
在文件 WheeledVehicleMovementComponentNW.h 第 54 行定义.
被这些函数引用 GetVehicleEngineSetup().
float FVehicleNWEngineData::MaxRPM |
Maximum revolutions per minute of the engine
在文件 WheeledVehicleMovementComponentNW.h 第 42 行定义.
被这些函数引用 GetVehicleEngineSetup().
float FVehicleNWEngineData::MOI |
Moment of inertia of the engine around the axis of rotation (Kgm^2).
在文件 WheeledVehicleMovementComponentNW.h 第 46 行定义.
被这些函数引用 GetVehicleEngineSetup().
FRuntimeFloatCurve FVehicleNWEngineData::TorqueCurve |
Torque (Nm) at a given RPM
在文件 WheeledVehicleMovementComponentNW.h 第 38 行定义.
被这些函数引用 FindPeakTorque() , 以及 GetVehicleEngineSetup().