Is it possible to close UMG widgets with escape?

Your widget must have focus for the function to trigger, uncheck focusable for anything that might steal it like buttons etc, and finally set your root to focusable.

1 Like