UE5.4 Chaos Vehicle - Reverse as Brake

While using the ‘reverse as brake’ option, in Chaos Vehicle Movement Component, when the brake is pressed, the vehicle immediately engages reverse and doesn’t brake first.
Is this how it’s supposed to work?

The Vehicle Movement Component from UE4 applied the brakes before engaging reverse. This is preferable behaviour. Is there a way to implement this?

Cheers

Anyone?

Hi, did you find the solution yet? I’ve got same problem and the only solution was to disable reverse aas brake. Now im trying to code the reverse manually in car blueprint.

I still haven’t solved it. I used a hacky workaround.
I lowered the torque value of the reverse gear, so it wouldn’t have any effect until the vehicle first slowed down.