#include <WheeledVehicleMovementComponentNW.h>
Public Member Functions | |
float | FindPeakTorque () const |
Find the peak torque produced by the TorqueCurve. More... | |
Public Attributes | |
float | DampingRateFullThrottle |
Damping rate of engine when full throttle is applied (Kgm^2/s) More... | |
float | DampingRateZeroThrottleClutchDisengaged |
Damping rate of engine in at zero throttle when the clutch is disengaged (in neutral gear) (Kgm^2/s) More... | |
float | DampingRateZeroThrottleClutchEngaged |
Damping rate of engine in at zero throttle when the clutch is engaged (Kgm^2/s) More... | |
float | MaxRPM |
Maximum revolutions per minute of the engine. More... | |
float | MOI |
Moment of inertia of the engine around the axis of rotation (Kgm^2). More... | |
FRuntimeFloatCurve | TorqueCurve |
Torque (Nm) at a given RPM. More... | |
Definition at line 32 of file WheeledVehicleMovementComponentNW.h.
float FVehicleNWEngineData::FindPeakTorque | ( | ) | const |
Find the peak torque produced by the TorqueCurve.
Definition at line 113 of file WheeledVehicleMovementComponentNW.cpp.
Referenced by GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateFullThrottle |
Damping rate of engine when full throttle is applied (Kgm^2/s)
Definition at line 50 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateZeroThrottleClutchDisengaged |
Damping rate of engine in at zero throttle when the clutch is disengaged (in neutral gear) (Kgm^2/s)
Definition at line 58 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().
float FVehicleNWEngineData::DampingRateZeroThrottleClutchEngaged |
Damping rate of engine in at zero throttle when the clutch is engaged (Kgm^2/s)
Definition at line 54 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().
float FVehicleNWEngineData::MaxRPM |
Maximum revolutions per minute of the engine.
Definition at line 42 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().
float FVehicleNWEngineData::MOI |
Moment of inertia of the engine around the axis of rotation (Kgm^2).
Definition at line 46 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().
FRuntimeFloatCurve FVehicleNWEngineData::TorqueCurve |
Torque (Nm) at a given RPM.
Definition at line 38 of file WheeledVehicleMovementComponentNW.h.
Referenced by GetVehicleEngineSetup().