So I have been trying to follow this tutorial. I am fairly new to UE4
I have everything working, but the problem is that whenever I create a save and I play and it load my save up, the options menu shows still instead of the main menu. Even though I already created my character and it was loaded https://prnt.sc/tki7n1
Its only supposed to pop up the first time if there is no save file.
Sorry, I’m not quite sure what you have going on there.
Better take the ShowMainMenu off the end of that chain again.
I notice that your widget code for the options, calls SaveGameCheck which ( if the save game exists ) calls LoadMainMenu. So your options menu is loading your main menu…
yeah its supposed to go directly to the options menu to setup the character if they do not have a save file and are a new person. but if there is a save game file then its supposed to go directly to the main menu with all the save loaded. but for some reason the options menu still pops up