Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/FSimpleTransmissionSim
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetTransmissionRPM () |
Get the transmission RPM for the current state of the engine RPM and gear selection | TransmissionSystem.h | |
float GetTransmissionRPM
(
float InEngineRPM, |
Get the transmission RPM, from the specified engine RPM and gear selection | TransmissionSystem.h |
GetTransmissionRPM()
Description
Get the transmission RPM for the current state of the engine RPM and gear selection
| Name | GetTransmissionRPM |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/TransmissionSystem.h |
| Include Path | #include "TransmissionSystem.h" |
float GetTransmissionRPM()
GetTransmissionRPM(float, int)
Description
Get the transmission RPM, from the specified engine RPM and gear selection
| Name | GetTransmissionRPM |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/TransmissionSystem.h |
| Include Path | #include "TransmissionSystem.h" |
float GetTransmissionRPM
(
float InEngineRPM,
int InGear
)