UMG menu visibility hidden doesn't reset hover

How do I reset the buttons on a widget’s hover state without removing and adding the widget again?

I toggle my menu with visibility rather than remove parent which works well for my needs except for one thing:

If the mouse was hovering over a button and the menu is then hidden, when it’s shown again the button still thinks the mouse is over it because it didnt get an un-hover event, hwo to fix?

That’s odd, maybe a bug. Can you try firing off a custom event when the menu is opened and use “set style” of the UMG that’s where all that info is kept I believe if you break that style pin you’ll see it. So possibly just telling it to set style again will be a work around.

I have same problem