Skip to content

Releases: goncasmage1/UINavigation

Small hotfix

16 Jul 20:23
Compare
Choose a tag to compare

This release allows you to have no NavText element in the UINavSliderBox and also fixes an error during the AppendNavigation2D function.

MoveUINavElement function hotfix

15 Jul 10:57
Compare
Choose a tag to compare

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

02 Jul 13:53
Compare
Choose a tag to compare

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

28 Jun 23:07
Compare
Choose a tag to compare

This release fixes a few issues with the UINavSlider class introduced in the 2.5.0 version

OptionBox hotfix

27 Jun 23:29
Compare
Choose a tag to compare

This release fixes a few bugs present in the UINavOptionBox class.

UINavSlider

25 Jun 22:44
Compare
Choose a tag to compare

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

22 Jun 09:00
Compare
Choose a tag to compare

This version adds the GoToBuiltWidget function, which allows you to feed an instanced UINavWidget to the GoToWidget function (mostly to setup exposed variables).

UINavCollection

17 Jun 18:31
Compare
Choose a tag to compare

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

15 Jun 14:02
Compare
Choose a tag to compare

This release fixes the fact that the OnRootWidgetRemoved event doesn't get properly called.

Mouse Hover Hotfix

09 Jun 18:29
Compare
Choose a tag to compare

This release fixes a noticeable bug when hovering over the same option with the mouse.