Hey there @Drugox! Welcome back to the community! We could try the IsFocusable bool if you hadn’t already. The IsFocusable bool kind of works as a consume input for widgets, where if you are clicking that, nothing else should be able to receive anything from that click.
Alternatively you can make a global variable to handle if the cursor is colliding at all with the blocking widgets, if it is just don’t allow whatever the hover events do to occur. This isn’t optimal, but it’s definitely an option.