Player is now spawning with correct controller

I am trying to create Blueprint multiplayer (Similar to UE4 YouTube channel ) Using UE4.15.2

After servertravel my from lobeyGM (Lobey Gamemode ) to Map (Using Gameplay Gamemode as override with Gameplay Player controller as default controller )

My GamePlayGM execute OnPostLogin Event but my Controller not executing OnBeginPlay so i replace it wit Custom Event and call it inside GamePlayGM. After that My GamePlayPC Call PassToServer Event Which call GamePlayGM RespwanPlayer where my Player spwan but with Wrong controller

THANKS