Hello! After spending three days trying to create a screen resolution menu, I finally gave up and copied the one from UntitledProjectX’s tutorial. However, it’s not exactly what I’m looking for.
What I want is for the game to immediately apply the new resolution when the player selects it, then display a confirmation dialog asking whether they want to keep the new resolution, with a countdown timer just like most games do. If the player doesn’t confirm before the timer expires, the resolution should automatically revert to the previous one.
Once the player confirms the new resolution, I want it to be saved together with the rest of the settings from the Options menu.
Currently, I have one Blueprint for the Options menu, another Blueprint for the resolution confirmation dialog, and another one that saves the settings. The problem is that I can’t figure out how to connect everything together, and I’m honestly getting desperate.


