#include <WheeledVehicleMovementComponentNW.h>
FVehicleNWEngineData 的协作图: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().