How to hide mouse cursor instantly?

So I’ve been using this node to hide my mouse cursor, it does hide it but that requires a left click of the mouse. Is there a way to hide it when the node is triggered?
image

the leftclick is cause the Game Window needs focus.

so… if you just plug that at the BeginPlay of your PlsyerController, this works right from the start, without the need of a focus click (cause the shipped standalone game gets direct focus)

2 Likes