Skip to content
Gonçalo Marques edited this page May 31, 2023 · 8 revisions

UI Navigation is a free and open-source UE4 plugin that allows you to create menus that can be navigated with mouse, keyboard and/or gamepad. It also works with VR games.

The plugin is designed to be hands-off, flexible and extendable.

The plugin supports navigating widgets using any combination of the following:

  • Button States: this will change the buttons' states automatically as you navigate the widget
  • Selector: this will move a widget around the screen to show the option you're currently selecting
  • Text Color: this will change the color of the text inside the buttons you're navigating
  • Animations: this will play animations that you specify as a way to show which button you're navigating
  • Custom: Because of the plugin's navigation events, you can also come up with your own way of showing the player the option they're currently selecting

The plugin has been in development since August 2018 and has since been improving and evolving into a truly comprehensive UI plugin that includes navigation setup and many navigation events, input rebinding support out of the box, and much more.

Here are some URLs that will give you some more help/info on the plugin: