Use Settings Menu in Main Menu
Last updated
Last updated
There are two tutorial showing how to use the settings menu in a main menu (with the Nice Navigation System).
The first tutorial is a bit longer and shows also the process of creating a complete new main menu system. The second tutorial is for the more experienced users, it is still detailed but more straight to the point.
Beginner-friendly version (36 minutes):
Version for more experienced devs (21 minutes):
To add the settings menu widget to your UI like your main menu check this first: Settings Menu widget.
The close button does not work to close the settings menu if you are not in the pause menu. But you can open the widget (for example your main menu) and in the Design tab select the settings menu widget. If you then scroll down in the details tab (on the right) to the very bottom you can add the Request Closing Menu Event Dispatcher:
Then you have it in your event graph and can trigger your individual blueprints to close the settings menu which is probably the opposite of the way you used to open/show the settings menu. It could for example be to take a reference of the settigns menu and set the visibiltiy to collapsed.