How do i know which widget is under absolute viewport location?

I know this is incredibly late :slight_smile:

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!