OnHover occasionally doesn't fire if mouse is moving too fast

Hello all,

I am trying to make a responsive UI but for some odd reason when the mouse is moving too fast, the button’s OnHover event doesn’t get registered. I’m guessing it has something to do with how the mouse is tracked. I have some ideas of how I may be able to fix this but I am wondering if there is an easy way to fix this issue? Maybe a project setting? Widget setting? Input setting?

You’ll see the issue I’m talking about in the video below. You can see that if I just mouse over the buttons, they work fine, but if I start swiping my mouse on them, sometimes the hover registers, sometimes it doesn’t.

This is an example of how I want it to function. Notice that if I swipe around like crazy, the buttons still register the mouse.