User Interface Widget and "Set Mode UI Only" do not capture input

You can do it the following way.

  1. Set input mode UI only from eg. where you create the widget

  2. In the widget on construct, add a set focus node. Make sure your widget is set to focusable in it
    root object

  1. Override the OnKeyDown function in the widget and return Handled if it was the correct key, then do you logic for removing it (Could be remove from parent eg.)
1 Like