Custom widget, Event "on mouse enter" and "On mouse Leave" triggers constantly

Hi folks,

Can anyone help me with the following.

I made a simple custom widget like this:

Inside my inventory widget, i created an amound of these slot widget instances when constructed like this:

Everything so far behaves as expected, but when i hover the cursor on each slot it calls the instance “on mouse enter” and “leave” event like multiple times per frame rate even if the mouse is not moving…

Sugestions please? im searching for 5 hours for a solution…

Yes, same effect

Hi !

Did you try with a ‘Is Hovered’ in the inventory slot ?

NVM i found the solution!,

Because of the set position to mouse, the pointer is hitting slot and popup widget causes to loop constantly trough mouse enter - Mouse leave…

282252-mouse.jpg

after checking each widget childs “Visibility” inside the popup widget, and setted them to “Hit test invisible” it is now showing as expected. Thx anyway !! :slight_smile:

Hello, did you fix your issue. I change the visiblity to “Hit test invisible” but it still have same problem. @Arcaniaa