Releases: goncasmage1/UINavigation
Small hotfix
This release allows you to have no NavText element in the UINavSliderBox and also fixes an error during the AppendNavigation2D function.
MoveUINavElement function hotfix
This release fixes A LOT of bugs with the MoveUINavElement function (that I had somehow not noticed)
It also:
- Fixes UINavSlider's SpinBox clamping
- Removes deprecated Append Navigation functions
- Adds SetValueClamped function to UINavSlider
General Hotfix
This release fixes crashes related to the UINavInputContainer and to having no buttons in your widget.
It also fixes a clamping issue in the UINavSlider's SpinBox.
UINavSlider Hotfix
This release fixes a few issues with the UINavSlider class introduced in the 2.5.0 version
OptionBox hotfix
This release fixes a few bugs present in the UINavOptionBox class.
UINavSlider
This release adds an actual slider to the plugin's functionality.
OnComponentBoxNavigateTo/From replaced with OnHorizComponentNavigateTo/From.
It also adds a bunch of platforms to the plugin's whitelist (MacOS, PS4, XBoxOne, Switch).
GoToBuiltWidget
This version adds the GoToBuiltWidget function, which allows you to feed an instanced UINavWidget to the GoToWidget function (mostly to setup exposed variables).
UINavCollection
This release adds the UINavCollection class to the plugin. This class essentially fixes the problem that UINavWidgets can't be nested.
Some fixes:
- Improve mouse input workaround binding (only bind when necessary)
- Fix CurrentInputType value from UINavPC when OnInputChanged is called
- Use TheSelector only if enabled
- Add GetButtonFromGrid2DCoordinates functions
- Improve selector changing direction halfway through navigating
OnRootWidgetRemoved Hotfix
This release fixes the fact that the OnRootWidgetRemoved event doesn't get properly called.
Mouse Hover Hotfix
This release fixes a noticeable bug when hovering over the same option with the mouse.