Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- ISimulationModuleBase
- TSimModuleSettings
- TSimulationModuleTypeable
- 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 > ,
public Chaos::TSimulationModuleTypeable< FChassisSimModule >
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 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Overridden from ISimulationModuleBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FModuleNetData > | GenerateNetData
(
const int32 NodeArrayIndex |
This is the replication datas | |
| const FString | GetDebugName () |
Get the friendly name for this module, primarily for logging & debugging module tree | |
| 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 |