Main Menu


This section will discuss the main menu interaction.


Here is the User Interface with 2 buttons, a start and a quit button.



Here is the event graph for the start and quit button. I had some issues with  the start button not working so I experimented with both the onClicked and onPressed events and decided to leave both there. The start button takes the user from the main menu level to the game level and the quit button simply quits the game.

Here is the viewport for the actor containing a widget component with the user interface on it.


Here is the widget interaction function for the player pawn.

Here is the event graph. Pressing the trigger button is how the player interacts with the menu.

And finally the menu in the main menu level.

Leave a comment

Log in with itch.io to leave a comment.