Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
A vehicle component that transmits torque from one source to another, i.e. from an engine or differential to wheels.
| Name | FThrusterSimModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ThrusterModule.h |
| Include Path | #include "SimModule/ThrusterModule.h" |
Syntax
class FThrusterSimModule :
public Chaos::ISimulationModuleBase ,
public Chaos::TSimModuleSettings< FThrusterSettings > ,
public Chaos::TSimulationModuleTypeable< FThrusterSimModule >
Inheritance Hierarchy
- TSimModuleSettings → FThrusterSimModule
- TSimulationModuleTypeable → FThrusterSimModule
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FThrusterSimModule
(
const FThrusterSettings& Settings |
SimModule/ThrusterModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SteerAngleDegrees | float | SimModule/ThrusterModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetSteerAngleDegrees() |
SimModule/ThrusterModule.h |
Overridden from ISimulationModuleBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Animate() |
Animate/modify the childToParent transforms, to say rotate a wheel, or rudder, etc | SimModule/ThrusterModule.h | |
virtual TSharedPtr< FModuleNetData > GenerateNetData
(
const int32 NodeArrayIndex |
This is the replication datas | SimModule/ThrusterModule.h | |
virtual const FString GetDebugName() |
Get the friendly name for this module, primarily for logging & debugging module tree | SimModule/ThrusterModule.h | |
virtual bool IsBehaviourType
(
eSimModuleTypeFlags InType |
Is Module of a specific behavioral data type | SimModule/ThrusterModule.h | |
virtual void Simulate
(
float DeltaTime, |
The main Simulation function that is called from the physics async callback thread | SimModule/ThrusterModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName CHAOSTYPENAMERETRIVAL() |
SimModule/ThrusterModule.h |