Widget OnMouseMove event not called

Hello,
I’ve set up a widget to make a side scrolling mechanism. I’ve read that I should use the OnMouseMove event on Border controls to be notified of the mouse going over an area. I did what I think should be enough but the event is not fired. Can someone help me?

Hey, thanks for the reply. Yes actually, I’ve put a print and I’ve tried supplying the return value with a “Handled”, it didn’t help.

Hi

On mouse over, have you just called a Print String to see if it is being called.

You did not give a lot of details, more info would help, that is why I suggested the Print String.

Hello, did you rename the function name after you bind it?

If so, it may not work. just re-assign the function.

I had the same problem and I found this solution.(maybe a bug?)