Make widget on top / active

I’ve created a widget in the designer and added a OnHover-event. However, it won’t fire unless I press the widget first - as if it’s needs to be selected to be active.

How can I make it always be active / always on top? I want an event to fire when the mouse hovers over, without having to select the widget first.

I think you need to use this node:

Just input the reference of your widget into the “In Widget to focus” slot.

Thanks! Works perfectly.