I have Maps with name “level1”, “level2”, “level3”…
is there any shortcut that takes you to next level when you complete specific command .
And the latest level teleports you back to main_menu.
I only did it once for tutorial, so when you complete tutorial it teleports you to main_menu
You can simply make a data table with level names, with last level name is main menu.
On each level completion, get table row → currentlevelindex+1.
You can have index, level name as seperate.
If you don’t want to use data table you can make a TMAP variable with index(int), mapname
1 Like
Oh thanks can you show me example, i just started to learn how to use Unreal Engine and I am new here. Thanks for replay!