NokiMo
CodeLikeMe
CodeLikeMe

patreon


Unreal Menu System Template - Keyboard UI Navigation

Today, we are going to add keyboard and controller navigation to the menu system we have worked on. After implementing this, player will be able to  navigate through the menu and do everything such as changing options, open new game or continue, exit, basically everything in the menu system without touching the mouse and if you are using a controller, can do everything despite not having a mouse. Also, when player clicks somewhere else with mouse and loses focus on a UI element, usually we lose focus on the UI elements and navigating with the keyboard breaks. Here, we will implement a way to automatically regain the focus on such an event as well so that player will be able to navigate with keyboard even after a mouse click on somewhere else in UI.    The menu system contains,  - main menu - game menu (new game, continue) - gameplay options  - display options  - audio options  - video options  - graphics options  - basic hud - pause menu   you can watch how each of the options are implemented in detailed tutorials in the menu episodes in survival tutorial series  https://youtube.com/playlist?list=PLNTm9yU0zou4qQh33nqojMPTUSo-RuVCJ

password=codelikeme_keynav

Unreal Menu System Template - Keyboard UI Navigation

Related Creators