Input going through widget and interacting with actors behind

Hi
Lets say green circles are actors, when I click left one orange widget pops, but when i click where red arrow is pointing orange widget containing info about right green circle pops up.


Is there a way to block all input on widget but also be possible to click actors in the background?
Currently showing orange widget is implemented this way.

Thanks

Try this in the widget:

This assumes the widget does not have a full screen Canvas Panel that is set to Visible. Then the actors will be unreachable at all.

Thank you very much! I also needed to override double click event in case of spamming mouse button