Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FModuleNetData
- FTorqueSimModuleDatas
- FClutchSimModuleDatas
- FEngineSimModuleDatas
- FWheelSimModuleDatas
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/TorqueSimModule.h |
| Include | #include "SimModule/TorqueSimModule.h" |
Syntax
struct FTorqueSimModuleDatas : public Chaos::FModuleNetData
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngularPosition | ||
| float | AngularVelocity | ||
| float | BrakingTorque | ||
| float | DriveTorque | ||
| float | LoadTorque |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTorqueSimModuleDatas
(
int NodeArrayIndex, |
Overridden from FModuleNetData
| Type | Name | Description | |
|---|---|---|---|
| void | FillNetState
(
const ISimulationModuleBase* SimModule |
||
| void | FillSimState
(
ISimulationModuleBase* SimModule |
||
| eSimType | GetType () |
||
| void | Lerp
(
const float LerpFactor, |
||
| void | |||
| FString | ToString () |