Level Progress System

hi everyone… i tried to create a level progress system that when i close the game and return to it again and press Start it will load my progress from last time… however when i press Start it says Level** loaded but the level doesn’t start… i can’t see where did I go wrong so hopefully someone can help me out

325640-2020-12-26-17-30-05-blueprint-64-bit-development-p.png

I don’t see LoadGame being called anywhere…

It’s a bit convoluted. You need to go from the button press code, to the code with the loop and break ( which set the level name ), then to LoadNextLevel.

You’re debugging the level name in a different place from where you’re actually loading the level.

i had no luck

forgot to capture this, i also have this custom event in the StartBTN BP

325691-cc.jpg