Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
References
| Module | ChaosVehicles |
| Header | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleManagerAsyncCallback.h |
| Include | #include "ChaosVehicleManagerAsyncCallback.h" |
Syntax
struct FPhysicsVehicleOutput
Remarks
Per Vehicle Output State from Physics Thread to Game Thread
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CurrentGear | ||
| float | EngineRPM | ||
| float | EngineTorque | ||
| int32 | TargetGear | ||
| float | TransmissionRPM | ||
| float | TransmissionTorque | ||
| TArray< FWheelsOutput > | Wheels |
Constructors
| Type | Name | Description | |
|---|---|---|---|