Small Improvements for UMG

Been thinking about it lately and there are a few things I’d like to have improved.

  • Have OnTouch Enter and Leave for umg widgets. You have them for mouse so why not for mobile?
  • GetGeometry function and also a Geometry parameter for Construct. So many times I need to GetLocalSize and I have to do it in Tick.
  • User created Categories. You can set them up in class settings but they are not shown.
  • Scrollbox on android doesn’t really handle pressing buttons that easily. It sometimes make it scroll instead. (Which is why I made my own scrollbox to fix this)
  • Scrollbox should have an option to be able to slow down movement, more customisation would be appreciated.
  • Add an option to “AddToViewport” to select so that it won’t get removed from the level. Can be useful for making ui transitions between levels.

All I can think of atm.