How to store level as variable?,How to save current level as variable?

Blueprints:
There is a node named GetCurrentLevelName or something like that. It returns a Name you can store either as a Name or a String. You can use this same Name or String as the input for the Open Level node.

There might be a RestartLevel node on some kinds of GameMode too, which might be simpler, but I dont remember.