Switching Controllers When Character Enter Vehicle

I am currently try to implement vehicles into my game. I want the player to be able to walk up to the vehicle and press “E” and enter the vehicle. Currently when the player presses “E” I take the playerController and posses the vehicle. The issue is the vehicle and the character use different controllers, so none of the inputs work.

What is the best way to handle this situation?