CARLA
Public Attributes | List of all members
FVehicleNWTransmissionData Struct Reference

#include <WheeledVehicleMovementComponentNW.h>

+ Collaboration diagram for FVehicleNWTransmissionData:

Public Attributes

bool bUseGearAutoBox
 Whether to use automatic transmission. More...
 
float ClutchStrength
 Strength of clutch (Kgm^2/s) More...
 
float FinalRatio
 The final gear ratio multiplies the transmission gear ratios. More...
 
TArray< FVehicleNWGearDataForwardGears
 Forward gear ratios (up to 30) More...
 
float GearAutoBoxLatency
 Minimum time it takes the automatic transmission to initiate a gear change (seconds) More...
 
float GearSwitchTime
 Time it takes to switch gears (seconds) More...
 
float NeutralGearUpRatio
 Value of engineRevs/maxEngineRevs that is high enough to increment gear. More...
 
float ReverseGearRatio
 Reverse gear ratio. More...
 

Detailed Description

Definition at line 83 of file WheeledVehicleMovementComponentNW.h.

Member Data Documentation

◆ bUseGearAutoBox

bool FVehicleNWTransmissionData::bUseGearAutoBox

Whether to use automatic transmission.

Definition at line 88 of file WheeledVehicleMovementComponentNW.h.

◆ ClutchStrength

float FVehicleNWTransmissionData::ClutchStrength

Strength of clutch (Kgm^2/s)

Definition at line 116 of file WheeledVehicleMovementComponentNW.h.

◆ FinalRatio

float FVehicleNWTransmissionData::FinalRatio

The final gear ratio multiplies the transmission gear ratios.

Definition at line 100 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleGearSetup().

◆ ForwardGears

TArray<FVehicleNWGearData> FVehicleNWTransmissionData::ForwardGears

Forward gear ratios (up to 30)

Definition at line 104 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleAutoBoxSetup(), and GetVehicleGearSetup().

◆ GearAutoBoxLatency

float FVehicleNWTransmissionData::GearAutoBoxLatency

Minimum time it takes the automatic transmission to initiate a gear change (seconds)

Definition at line 96 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleAutoBoxSetup().

◆ GearSwitchTime

float FVehicleNWTransmissionData::GearSwitchTime

Time it takes to switch gears (seconds)

Definition at line 92 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleGearSetup().

◆ NeutralGearUpRatio

float FVehicleNWTransmissionData::NeutralGearUpRatio

Value of engineRevs/maxEngineRevs that is high enough to increment gear.

Definition at line 112 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleAutoBoxSetup().

◆ ReverseGearRatio

float FVehicleNWTransmissionData::ReverseGearRatio

Reverse gear ratio.

Definition at line 108 of file WheeledVehicleMovementComponentNW.h.

Referenced by GetVehicleGearSetup().


The documentation for this struct was generated from the following file: