Row Boat BP Help

Hi guys, I have a Row Boat I’m trying to add to my project ue5.8

I have the boat floating and player entering it.

The issue is player won’t exit boat.

I have added code (Google AI gave me) below in the Character BP, the Boat is a Pawn BP

* For a MP Game

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).