How Can i make it that the Player Position (Coordinates) in the 1. Level ist the Player Start in the 2. Level?

My first attempt:
Screenshot 2022-12-29 140118

When the player wants to change levels:

  1. Save the current location in the save game ( or level instance )

  2. Open the new level

  3. In the level BP or the new level, read where the player was from the save game ( or level instance )

  4. Put the player there.

1 Like