Teleporting between maps into specific location

Hello,
I’m trying to make my character teleporting between maps ( in and out frmo building) how can I set it to teleport to specific location, ie whe leaving the building to teleport in front of it and not to spawnpoint set on this map?

R there any updates? hahaha

R there any updates? hahaha

All you need to do is save the location you would like the player to spawn at when leaving the building and store it in the game instance or other persistent BP and have a boolean variable that is set to true once the player enters the building so when they leave you can have the level BP check if this boolean is true and if so “set actor location” to the location stored by game instance. If false (ie player just started the level) do nothing player will spawn at default position.

below are a few links to posts where this type of thing is explained fully.