I am having a weird issue I’ve never encountered before. I create a widget and add it to viewport, the moment this happens the mouse cursor becomes visible automatically. I have not set it to be visible anywhere, and even checking the bool if the mouse cursor is visible from the player controller returns false. Setting it also to false when its created to try to force it does nothing, the cursor is still there.
I’ve tried all 3 input modes, still persists.
I should also mention that this widget has an override for KeyDown to check if certain keys were pressed.
That’s pretty much it, a very simple, very basic widget, i am at a loss. Any ideas as to what might be causing this and how to resolve it?