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

1 Like

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.

1 Like

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.