UMG How to use TAB to remove a widget from parent?

If the input focus shifts from the game to the menu, it is necessary to redirect the focus back to the game. Depending on your specific requirements, I recommend disabling all focus elements on the menu prevent it from focus. In UMG, this can be achieved by disabling the “Is Focusable” property.

1 Like