Transfer a variable from 1 map to another per character in multiplayer

According to this post: What should I do in GameMode, GameState, and PlayerState? - #3 by Yun-Kun, you would store them in the GameInstance:

You have to set the game instance in the project settings.

You could also use a savegame and reload it on the next level, but that would be more work.