Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
Inheritance Hierarchy
- FModularVehicleInputs
- FModularReplicatedState
References
| Module | ChaosModularVehicleEngine |
| Header | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ChaosSimModuleManagerAsyncCallback.h |
| Include | #include "ChaosModularVehicle/ChaosSimModuleManagerAsyncCallback.h" |
Syntax
USTRUCT ()
struct FModularVehicleInputs
Remarks
Vehicle inputs from the player controller
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Boost | Boost output to physics system. Range -1...1. | |
| float | Brake | Brake output to physics system. Range 0...1. | |
| float | Drift | Boost output to physics system. Range 0...1. | |
| float | Handbrake | Handbrake output to physics system. Range 0...1. | |
| bool | KeepAwake | Keep vehicle awake. | |
| float | Pitch | Body Pitch output to physics system. Range -1...1. | |
| bool | Reverse | Reversing state. | |
| float | Roll | Body Roll output to physics system. Range -1...1. | |
| float | Steering | Steering output to physics system. Range -1...1. | |
| float | Throttle | Accelerator output to physics system. Range 0...1. | |
| float | Yaw | Body Yaw output to physics system. Range -1...1. |
Constructors
| Type | Name | Description | |
|---|---|---|---|