BLUI Open Source HTML5/JS/CSS HUD/UI

[QUOTE=;337075]
This may have to do with UMG calling the Mouse Move method anytime the Mouse is actually over the widget. As internally CEF is calling a mouse event whenever BLUIs mouse move method is called.

I think the best way to combat this is to have a “lastMouseX” & “lastMouseY” variable so that you can detect if there have been movement since the last tick.