Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleMovementComponent.h |
Include |
#include "ChaosVehicleMovementComponent.h" |
struct FControlInputs
Name | Description | ||
---|---|---|---|
|
float |
BrakeInput |
Brake output to physics system. Range 0...1. |
|
GearDownInput |
||
|
GearUpInput |
||
|
float |
HandbrakeInput |
Handbrake output to physics system. Range 0...1. |
|
ParkingEnabled |
ParkingEnabled. |
|
|
float |
PitchInput |
Body Pitch output to physics system. Range -1...1. |
|
float |
RollInput |
Body Roll output to physics system. Range -1...1. |
|
float |
SteeringInput |
Steering output to physics system. Range -1...1. |
|
float |
ThrottleInput |
Accelerator output to physics system. Range 0...1. |
|
TransmissionType |
||
|
float |
YawInput |
Body Yaw output to physics system. Range -1...1. |
Name | Description | |
---|---|---|
|
FControlInputs() |