Skip to content

Releases: goncasmage1/UINavigation

GetEnhancedInput function fixes

01 Mar 15:28
Compare
Choose a tag to compare

This release:

  • Allows GetEnhancedInput/Icon function to specify an axis and scale for the intended key

Hotfix

12 Feb 18:16
Compare
Choose a tag to compare

This release fixes a crash in GetOuterObject where the object wasn't being checked for validity.

General Bug Fixes

09 Feb 10:57
Compare
Choose a tag to compare

This release:

  • Fixes misalligned indices when adding and removing UINavButtons at runtime
  • Fixes missing setup for adding UINavCollections at runtime
  • Fixes mismatching Axis scales in the Input Container
  • Fixes Custom Enhanced Inputs not working

Experimental Runtime Grid Manipulation

18 Dec 12:17
Compare
Choose a tag to compare

This release:

  • Allows you to create and delete navigation grids at runtime.

Hotfix 2

12 Dec 17:51
Compare
Choose a tag to compare

This release:

  • Fixes input resetting not working for legacy inputs
  • Fixes an error indexing UINavCollections

Hotfix

08 Dec 14:16
Compare
Choose a tag to compare

This release:

  • Fixes a crash when CurrentButton is null after calling OnSelect events
  • Fixes NumberOfButtonsInGrids not being decremented
  • Adds a missing include

Input Rebinding Improvements

01 Dec 12:50
Compare
Choose a tag to compare

This release:

  • Improves axis rebinding for both Enhanced and Legacy input (allows you to rebind an axis key into 2 separate keys and back)
  • Allows using mouse keys for input rebinding

Input-related hotfixes

04 Oct 12:56
Compare
Choose a tag to compare

This release:

  • Fixes a bug related to the plugin thinking a pressed key is being rebound when it's not
  • Exposes the InputBox's nputName property to Blueprint
  • Calls the OnAddInputBox event after the InputBox was setup
  • Fixes a small packaging warning

Partial ListView Support

18 Jul 17:22
Compare
Choose a tag to compare

This release:

  • Adds partial support for ListView (finds ListView items in the hierarchy, so that they can be manually added to a navigation grid using AppendNavigation functions)
  • Fixes some crashes

5.0 Support/Fixes

07 Apr 18:08
Compare
Choose a tag to compare
v2.23.1

Fix packaging warning