UMG, Problems with OnHovered/OnUnhovered events

Hi there,

Here is the problem I ask you to help me with:

It’s simple, OnUnhovered event do not triggers if while pointing cursor out from a button component we are keep mouse buttons pressed (middle, right, side buttons, etc - same effect for everything except Left button).

For ex. if I do something on OnHovered event and then do the reverse stuff on OnUnhovered i except that only one occurrence of this stuff should be active on the same time, but with this issue described above I could just easily trigger all OnHovered events without any single OnUnhovered be triggered.

Could you please advice me some elegant solutions how to solve this problem?