Widget Interaction In screen space

I’m trying to make a tower defense and I have this upgrade widget that works fine, but I want to make the widget invisible when I click on the side of the widget of somewhere else on the screen, my widget is in screen space and I thought that a widget interaction component might help fix the issue so that it will close when you click when there is no interaction with the widget, but the widget interaction component doesn’t work with screen space or something, so I need some help how to get my initial problem solved

I acheived something similar by having 2 widgets, 1 filled the screen (but invisible) and the other was the “button” drawn on top. When you click on the background it will then trigger an event that caused both to be removed.

Thank you so much, it works now! :smiley: