CARLA
Public Attributes | List of all members
FVehicleControl Struct Reference

#include <VehicleControl.h>

+ Collaboration diagram for FVehicleControl:

Public Attributes

bool bHandBrake = false
 
bool bManualGearShift = false
 
float Brake = 0.0f
 
bool bReverse = false
 
int32 Gear = 0
 
float Steer = 0.0f
 
float Throttle = 0.0f
 

Detailed Description

Definition at line 12 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/VehicleControl.h.

Member Data Documentation

◆ bHandBrake

bool FVehicleControl::bHandBrake = false

◆ bManualGearShift

bool FVehicleControl::bManualGearShift = false

◆ Brake

float FVehicleControl::Brake = 0.0f

◆ bReverse

bool FVehicleControl::bReverse = false

◆ Gear

int32 FVehicleControl::Gear = 0

◆ Steer

float FVehicleControl::Steer = 0.0f

◆ Throttle

float FVehicleControl::Throttle = 0.0f

The documentation for this struct was generated from the following file: