CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
FVehicleNWEngineData结构体 参考

#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.h32 行定义.

成员函数说明

◆ FindPeakTorque()

float FVehicleNWEngineData::FindPeakTorque ( ) const

Find the peak torque produced by the TorqueCurve

在文件 WheeledVehicleMovementComponentNW.cpp113 行定义.

引用了 TorqueCurve.

被这些函数引用 GetVehicleEngineSetup().

+ 这是这个函数的调用关系图:

类成员变量说明

◆ DampingRateFullThrottle

float FVehicleNWEngineData::DampingRateFullThrottle

Damping rate of engine when full throttle is applied (Kgm^2/s)

在文件 WheeledVehicleMovementComponentNW.h50 行定义.

被这些函数引用 GetVehicleEngineSetup().

◆ DampingRateZeroThrottleClutchDisengaged

float FVehicleNWEngineData::DampingRateZeroThrottleClutchDisengaged

Damping rate of engine in at zero throttle when the clutch is disengaged (in neutral gear) (Kgm^2/s)

在文件 WheeledVehicleMovementComponentNW.h58 行定义.

被这些函数引用 GetVehicleEngineSetup().

◆ DampingRateZeroThrottleClutchEngaged

float FVehicleNWEngineData::DampingRateZeroThrottleClutchEngaged

Damping rate of engine in at zero throttle when the clutch is engaged (Kgm^2/s)

在文件 WheeledVehicleMovementComponentNW.h54 行定义.

被这些函数引用 GetVehicleEngineSetup().

◆ MaxRPM

float FVehicleNWEngineData::MaxRPM

Maximum revolutions per minute of the engine

在文件 WheeledVehicleMovementComponentNW.h42 行定义.

被这些函数引用 GetVehicleEngineSetup().

◆ MOI

float FVehicleNWEngineData::MOI

Moment of inertia of the engine around the axis of rotation (Kgm^2).

在文件 WheeledVehicleMovementComponentNW.h46 行定义.

被这些函数引用 GetVehicleEngineSetup().

◆ TorqueCurve

FRuntimeFloatCurve FVehicleNWEngineData::TorqueCurve

Torque (Nm) at a given RPM

在文件 WheeledVehicleMovementComponentNW.h38 行定义.

被这些函数引用 FindPeakTorque() , 以及 GetVehicleEngineSetup().


该结构体的文档由以下文件生成: