Play from here not working when I have "Player start" on the scene

Is there a way to enable “Play from here” option if I have “Player start” on the scene. The issue is that whenever I wanna test something in the level I always have to move player start, and since we are working in a big team, that can cause issue if I forget to return Player start to its original location. For testing purposes I wanna use Play from here, but it is not Playing from selected location. It always plays from Player start.

Is there any way to solve this?

There is a drop down arrow next to PIE button. Click it and select Current Camera Location under Spawn player at… That should do the trick.

Doesn’t work. Always spawns on player start

Then the most likely problem is that your gameplay code is forcing you to start there.

Was afraid of that. Thanks for the replys

For me, the Z position of my player start was below the World Setting for Kill Z

1 Like

Thanks, this was my problem too! Never even thought to look at that but the landscapes I was importing were starting really far below the Kill Z.