Manual or (Semi-)Automatic Transmission of Vehicle

Even if Automatic Transmission is disabled in VehicleMovementComponent the Transmission automatically changes between backward, neutral and forward gears. This is a very big disadvantage in our Game. Is there any way to deactivate this behavior?

I need an Automatic Transmission too. But also without the automatic change of backward, neutral and forward.

I’ve found a Solution after searching in the source code: When setting the “Wrong Direction Threshold” to 0 the behavior is deactivated. It also deactivated an automatic braking behaviour that I doesn’t need too.