Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FSimulationModuleTypeContainer
- TSimulationModuleTypeableBase
- FSimOutputData
- FEngineOutputData
- FSuspensionOutputData
- FTransmissionOutputData
- FWheelOutputData
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/SimulationModuleBase.h |
| Include | #include "SimModule/SimulationModuleBase.h" |
Syntax
struct FSimOutputData :
public Chaos::FSimulationModuleTypeContainer ,
public Chaos::TSimulationModuleTypeableBase< FSimOutputData >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AnimationLocOffset | ||
| FRotator | AnimationRotOffset | ||
| int | AnimationSetupIndex | ||
| uint16 | AnimFlags | ||
| bool | bEnabled | ||
| FString | DebugString |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| void | FillOutputState
(
const ISimulationModuleBase* SimModule |
||
| bool | IsEnabled () |
||
| void | Lerp
(
const FSimOutputData& InCurrent, |
||
| FSimOutputData * | MakeNewData () |
||
| FString | ToString () |