I know this is incredibly late
But for anyone finding this thread with the same questionâŚ
To find whether or not the mouse is over a widget in screen space:
Simple use the âIs Hoveredâ pure function in the widget event graph with âselfâ as the target. This will return true when the mouse is over any aspect of the widget (components included)
and false when its not.
Hope this helps!