UMG How to disable mouse cursor permanently?

Hi
I am making a game where you can’t use the mouse cursor rather you navigate with wasd or the arrow keys!
My problem is that if I hover my invisible (hidden) mouse cursor over a button it plays the hovered style of the button!
My only solution was setting the cursor location to 0;0 position each frame, but that doesent solves the problem. Any ideas?

Thanks for advance :smiley:

Alright minutes later I solved my issue!
So it’s this easy, just set your button’s visibility to “Not-hit” :+1:

solution

1 Like

Thanks. That helps me. So I needed too configure navigation to explicit
Sample01

1 Like