Alright, so I’m creating a multiplayer game and I need to be able to teleport the player using a UMG button. When the player clicks the “Return Home” button in the menu, they should teleport back to their home location.
It currently works fine for player 0 (the server) but it does not work for any of the clients. The clients simple respawn at one of the default player starts instead of teleporting to the specified location like the server does.
How can I target the correct player pawn? How should I setup teleportation in multiplayer?
Thanks!