Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- ISimulationModuleBase
- TSimModuleSettings
- FChassisSimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ChassisModule.h |
| Include | #include "SimModule/ChassisModule.h" |
Syntax
class FChassisSimModule :
public Chaos::ISimulationModuleBase,
public Chaos::TSimModuleSettings< FChassisSettings >
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 | |
|---|---|---|---|
FChassisSimModule
(
const FChassisSettings& Settings |
Overridden from ISimulationModuleBase
| Type | Name | Description | |
|---|---|---|---|
| const FString | GetDebugName () |
Get the friendly name for this module, primarily for logging & debugging module tree | |
| eSimType | GetSimType () |
The specific simulation type | |
| bool | IsBehaviourType
(
eSimModuleTypeFlags InType |
Is Module of a specific behavioral data type | |
| void | Simulate
(
float DeltaTime, |
The main Simulation function that is called from the physics async callback thread |