I’ve got a simple multiplayer game.
When the first player starts (the “host”), it’s spawned at the correct location.
But when the 2nd player (the “client”) joins the game all the Transform settings are ignored.
I’ve created a custom event in my “Level Blueprint” to handle the character spawning and set it to “Run on Server”.