Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FTorqueSimModule
- TSimModuleSettings
- FTransmissionSimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/TransmissionModule.h |
| Include | #include "SimModule/TransmissionModule.h" |
Syntax
class FTransmissionSimModule :
public Chaos::FTorqueSimModule,
public Chaos::TSimModuleSettings< FTransmissionSettings >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransmissionSimModule
(
const FTransmissionSettings& Settings |
Overridden from ISimulationModuleBase
| Type | Name | Description | |
|---|---|---|---|
| const FString | GetDebugName () |
Get the friendly name for this module, primarily for logging & debugging module tree | |
| bool | GetDebugString
(
FString& StringOut |
Option to return debug text for drawing on the HUD in the Game Thread | |
| eSimType | GetSimType () |
The specific simulation type | |
| bool | IsBehaviourType
(
eSimModuleTypeFlags InType |
Is Module of a specific type - used for casting | |
| void | Simulate
(
float DeltaTime, |
The main Simulation function that is called from the physics async callback thread |