Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FTorqueSimModule
- TSimModuleSettings
- TSimulationModuleTypeable
- FAxleSimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/AxleModule.h |
| Include | #include "SimModule/AxleModule.h" |
Syntax
class FAxleSimModule :
public Chaos::FTorqueSimModule ,
public Chaos::TSimModuleSettings< FAxleSettings > ,
public Chaos::TSimulationModuleTypeable< FAxleSimModule >
Remarks
A vehicle component that transmits torque from one source to another, i.e. from an engine or differential to wheels.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAxleSimModule
(
const FAxleSettings& Settings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Overridden from ISimulationModuleBase
| Type | Name | Description | |
|---|---|---|---|
| const FString | GetDebugName () |
Get the friendly name for this module, primarily for logging & debugging module tree | |
| void | Simulate
(
float DeltaTime, |
The main Simulation function that is called from the physics async callback thread |