Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
Inheritance Hierarchy
- FVehicleInputs
- FControlInputs
References
| Module | ChaosVehicles |
| Header | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleManagerAsyncCallback.h |
| Include | #include "ChaosVehicleManagerAsyncCallback.h" |
Syntax
USTRUCT&40;&41;
struct FControlInputs : public FVehicleInputs
Remarks
Control inputs holding the vehicle ones + persisten ones
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | GearDownInput | Check if the user has descreased the gear | |
| bool | GearUpInput | Check if the user has risen the gear | |
| bool | ParkingEnabled | Check if the parking is enabled | |
| uint8 | TransmissionType | Type of transmission (manual/auto) |
Constructors
| Type | Name | Description | |
|---|---|---|---|