Run Away Car, BP Vehicle Issue

Hi there, my problem here: Run Away Car, UE4 BP Vehicle issue - YouTube … arrows are just indication as to what key is currently pressed.
whenever i exit the car while holding one of the Input axis for the car it still continous on the last pressed keys, here is my setup:

  1. getting in the car setup:

  1. exiting the car:

thanks in advance for any assistance.

I don’t see any “Unpossess” nodes. You should unpossess the car before possessing your character and see if that helps.

Other ideas:

  • You could try using the “Disable Input” node on the car pawn.
  • If the car is caching input values somehow, you could add something that clears the cached input.

thank you for replying, sadly the “Unpossess, Disable Input” didn’t work … as far as the third option, i can’t seem to figure out how to make it work?
EDIT: also tried engaging the handbrake when the player exits the vehicle, strangely … it doesn’t work either!

made a new project (third person) but with the same BP setup … no luck.
also tried it in UE 4.9 … still no luck