When you possess the boat, the character bp would no longer be getting IA evemts from the player controller. You probably just need to implement the enhanced input event IA_EnterBoat on the boat pawn and have it pass along the driver to server dismount boat event as the actor player con should posses. Dismount boat should probably also be a function on player controller (or on the boat bp).