Hey, great work on UMG so far.
I quickly tested UMG in 4.5 and it has the keyboard/mouse focus issues fixed as far as I can see however I have some questions regarding mouse/focus.
- How can I make it so that the mouse automatically gets shown when the UI is added to the viewport (like it was with modal UMG in 4.4)
- How can I prevent the user to use the TAB key to focus specific widgets like border panels
- How can I modify the visual of the dotted line shown after you press TAB key
- How can I make it so that the mouse gets automatically hidden once the UI is removed from the viewport again (and not only after clicking once)
Thanks:)