23 UPROPERTY(Category =
"Vehicle Control", EditAnywhere, BlueprintReadWrite)
24 float Throttle = 0.0f;
28 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite)
33 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite)
38 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite)
39 bool bHandBrake = false;
43 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite)
44 bool bReverse = false;
48 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite)
49 bool bManualGearShift = false;
54 UPROPERTY(Category = "
Vehicle Control", EditAnywhere, BlueprintReadWrite, meta = (EditCondition = bManualGearShift))