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

If your referring to the UI as not capturing keys, you may need to set the focus to that widget on construction, and add some overrides for on key pressed to give desired controls to the UI, also ensure the UI and any children are hit testable, or they won’t respond to mouse clicks

1 Like