Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
References
| |
|
| Module |
ChaosModularVehicleEngine |
| Header |
/Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleInputRate.h |
| Include |
#include "ChaosModularVehicle/ModularVehicleInputRate.h" |
Syntax
enum EModularVehicleInputType
{
Throttle = 0,
Brake,
Clutch,
Steering,
Handbrake,
Pitch,
Roll,
Yaw,
Gear,
DebugIndex,
Max,
}
Values
| Name |
Description |
| Throttle |
|
| Brake |
|
| Clutch |
|
| Steering |
|
| Handbrake |
|
| Pitch |
|
| Roll |
|
| Yaw |
|
| Gear |
|
| DebugIndex |
|
| Max |
|