Multiplayer

I am using unreal collab viewer template
I integrated navigations feature forward ,backward and up when user click on corresponding button
when i run in multiplayer mode like hosting server and joining ,feature work only in first player not in second player sometimes its not even working in first player


This is the implementation of feature in pawn
basically Level1 is button object which is part of menu component attached Bp_Vrpawn

when i press level1 in multiplayer session building is appear which visible to player to screen
but when press from client side (player 2) it not working at all though its trigger print message which added as u can see in pic
But building is not showing up

Thank u in advance I am stuck in this problem since several days