All Projects → goncasmage1 → Uinavigation

goncasmage1 / Uinavigation

Licence: mit
A UE4 plugin designed to help easily make UMG menus navigable by mouse, keyboard and gamepad

Projects that are alternatives of or similar to Uinavigation

vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (-36.36%)
Mutual labels:  navigation, menus
ml-stack-nav
Customizable, responsive, accessible, easy-to-use multi-level stack navigation menu with slide effect.
Stars: ✭ 20 (-77.27%)
Mutual labels:  navigation, menus
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-71.59%)
Mutual labels:  gamepad, ue4
Flutter statusbarcolor
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Stars: ✭ 203 (+130.68%)
Mutual labels:  plugin, navigation
Jquery.localscroll
Animated anchor navigation made easy with jQuery
Stars: ✭ 624 (+609.09%)
Mutual labels:  plugin, navigation
Swipe
A plugin for Unreal Engine 4 that exposes swipes on mobile devices as events in blueprint.
Stars: ✭ 91 (+3.41%)
Mutual labels:  ue4, plugin
Nav3D
3D Pathfinding and cover system plugin for UE4, using Sparse Voxel Octrees.
Stars: ✭ 58 (-34.09%)
Mutual labels:  navigation, ue4
UT Framework
Various advanced tools built for Unreal Engine 4
Stars: ✭ 45 (-48.86%)
Mutual labels:  navigation, ue4
Socketio Client Ue4
socket.io client plugin for Unreal Engine 4
Stars: ✭ 451 (+412.5%)
Mutual labels:  ue4, plugin
Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+3638.64%)
Mutual labels:  navigation, menus
Vim Sneak
The missing motion for Vim 👟
Stars: ✭ 2,467 (+2703.41%)
Mutual labels:  plugin, navigation
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-93.18%)
Mutual labels:  ue4, plugin
Responsive Sidebar Navigation
An easy-to-integrate side, vertical navigation, ideal for dashboards and admin areas.
Stars: ✭ 111 (+26.14%)
Mutual labels:  plugin, navigation
Gltfforue4
Import glTF 2.0 in Unreal Engine
Stars: ✭ 145 (+64.77%)
Mutual labels:  ue4, plugin
Menus
📌 Menu generator package for the Laravel framework
Stars: ✭ 133 (+51.14%)
Mutual labels:  navigation, menus
Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+3222.73%)
Mutual labels:  plugin, navigation
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+637.5%)
Mutual labels:  plugin, navigation
Steambridge
A UE4 implementation of the Steamworks API.
Stars: ✭ 48 (-45.45%)
Mutual labels:  ue4, plugin
Metismenujs
MetisMenu: Collapsible menu plugin with Vanilla-JS
Stars: ✭ 84 (-4.55%)
Mutual labels:  plugin
Vim Shfmt
Vim plugin for shfmt (https://github.com/mvdan/sh)
Stars: ✭ 86 (-2.27%)
Mutual labels:  plugin

UINavigation

UINavigation is a UE4 plugin that allows you to easily setup Navigation within UMG that works with Mouse, Keyboard, Gamepad, or any combination of those. It's designed to be hands-off, flexible and extendable. It features:

  • 4 Navigation options (used in 99% of video game menus) that you can use simultaneously, including:
    • Changing text color of currently selected option
    • Changing the location of a selector (2D image that indicates which option is currently selected)
    • Changing button states
    • Applying animations (i.e. text size, text offset, etc.)
  • Navigation chaining (when holding down a button)
  • A functional graphics options menu
  • Standard menu examples
  • A thorough documentation blueprint

Documentation

UI Navigation has a dedicated documentation blueprint inside its Content/Docs directory. These are some examples of the functions, variables and events you'll have access to:

Documentation 1

Documentation 2

Documentation 3

Documentation 4

Documentation 5

Documentation 6

Documentation 7

Documentation 8

Options

Examples

Simple menus have minimal required setup:

Example 1.1

Example 1.2

Complex menus are manageable:

Example 2.1

Example 2.2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].