Releases: goncasmage1/UINavigation
Releases · goncasmage1/UINavigation
GetEnhancedInput function fixes
This release:
- Allows GetEnhancedInput/Icon function to specify an axis and scale for the intended key
Hotfix
This release fixes a crash in GetOuterObject where the object wasn't being checked for validity.
General Bug Fixes
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
This release:
- Allows you to create and delete navigation grids at runtime.
Hotfix 2
This release:
- Fixes input resetting not working for legacy inputs
- Fixes an error indexing UINavCollections
Hotfix
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
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
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
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
v2.23.1 Fix packaging warning