Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/FTorqueSimModule
Description
Transmit torque between this module and its Parent and Children. DriveTorque passed down to children, LoadTorque passed from child to parent
| Name | TransmitTorque |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/TorqueSimModule.h |
| Include Path | #include "SimModule/TorqueSimModule.h" |
| Source | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Private/SimModule/TorqueSimModule.cpp |
void TransmitTorque
(
const FSimModuleTree & BlockSystem,
float PushedTorque,
float BrakeTorque,
float GearingRatio,
float ClutchSlip
)