Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
Inheritance Hierarchy
- FSimOutputData
- TSimulationModuleTypeable
- FWheelOutputData
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/WheelModule.h |
| Include | #include "SimModule/WheelModule.h" |
Syntax
struct FWheelOutputData :
public Chaos::FSimOutputData ,
public Chaos::TSimulationModuleTypeable< class FWheelSimModule, FWheelOutputData >
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngularPositionDegrees | ||
| bool | bTouchingGround | ||
| float | ForceIntoSurface | ||
| float | RPM | ||
| float | SlipAngle | ||
| float | SteeringAngleDegrees |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSimOutputData * | MakeNew () |
Overridden from FSimOutputData
| Type | Name | Description | |
|---|---|---|---|
| void | FillOutputState
(
const ISimulationModuleBase* SimModule |
||
| void | Lerp
(
const FSimOutputData& InCurrent, |
||
| FSimOutputData * | MakeNewData () |
||
| FString | ToString () |