Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FSimulationModuleTypeContainer
- TSimulationModuleTypeableBase
- FModuleNetData
- FSuspensionSimModuleData
- FTorqueSimModuleData
- FClutchSimModuleData
- FEngineSimModuleData
- FWheelSimModuleData
- FTransmissionSimModuleData
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/SimulationModuleBase.h |
| Include | #include "SimModule/SimulationModuleBase.h" |
Syntax
struct FModuleNetData :
public Chaos::FSimulationModuleTypeContainer ,
public Chaos::TSimulationModuleTypeableBase< FModuleNetData >
Remarks
Interface base class for all module network serialization
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DebugString | ||
| int | SimArrayIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FModuleNetData
(
int InSimArrayIndex, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| void | FillNetState
(
const ISimulationModuleBase* SimModule |
||
| void | FillSimState
(
ISimulationModuleBase* SimModule |
||
| void | Lerp
(
const float LerpFactor, |
||
| void | |||
| FString | ToString () |