Hello, so I have an inventory, and inside said inventory there is a uniform grid and buttons. How can I disable the navigation through the grid? Like I don’t want to be able to use TAB to go to the next slot because then I first have to click off of the inventory widget in order to close it (TAB).
1 Like
I’m trying to do the same thing. I’ve tried overriding the OnKeyDown and OnPreviewKeyDown function inputs to output Unhandled when Tab is pressed, as well as setting everything to Not Hit-Testable, but neither work.
1 Like
I’m trying to figure that out too. I don’t wanna disable focus. Is there a solution here?