Control widget with key press?

Maybe I’m too late but the thing you need to do to make a widget get some input is to use SetInputModeUIOnly when you create your widget. So all the input events will be sent to the widget

2 Likes