Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
| Name | FWheelOutputData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/WheelModule.h |
| Include Path | #include "SimModule/WheelModule.h" |
Syntax
struct FWheelOutputData :
public Chaos::FSimOutputData ,
public Chaos::TSimulationModuleTypeable< class FWheelSimModule, FWheelOutputData >
Inheritance Hierarchy
- FSimulationModuleTypeContainer → FSimOutputData → FWheelOutputData
- TSimulationModuleTypeableBase → FSimOutputData → FWheelOutputData
- TSimulationModuleTypeable → FWheelOutputData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngularPositionDegrees | float | SimModule/WheelModule.h | ||
| bTouchingGround | bool | SimModule/WheelModule.h | ||
| ForceIntoSurface | float | SimModule/WheelModule.h | ||
| RPM | float | SimModule/WheelModule.h | ||
| SlipAngle | float | SimModule/WheelModule.h | ||
| SteeringAngleDegrees | float | SimModule/WheelModule.h | ||
| WheelTouchEvents | TArray< FWheelTouchChangeEvent > | SimModule/WheelModule.h |
Functions
Public
Overridden from FSimOutputData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FillOutputState
(
const ISimulationModuleBase* SimModule |
SimModule/WheelModule.h | ||
virtual void Lerp
(
const FSimOutputData& InCurrent, |
SimModule/WheelModule.h | ||
virtual FSimOutputData * MakeNewData() |
SimModule/WheelModule.h | ||
virtual FString ToString() |
SimModule/WheelModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSimOutputData * MakeNew() |
SimModule/WheelModule.h |