How can I use a portal to travel to specific locations in the new level?

Is the code for this part in your game mode exactly like the one I show you?
If it’s and is not working then something must be off at some place else.


Anyway, let’s move to the game instance method and forget the options method, that like @Dejan33 said, it’s the simplest.

  1. create a game instance with a vector variable (you already did it that, right?) and set its initial value the coordinates of the character in the first level.

  2. select the game instance in the project settings:

  1. in your portal BP:

  1. in your game mode: