Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/FSimpleTransmissionSim
Description
Get the expected engine RPM from the wheel RPM taking into account the current gear ratio (assuming no clutch slip)
| Name | GetEngineRPMFromWheelRPM |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/TransmissionSystem.h |
| Include Path | #include "TransmissionSystem.h" |
float GetEngineRPMFromWheelRPM
(
float InWheelRPM
)