What is making the cursor to move to 0,0 when you start the game? Is there a way to stop this from happening?
The annoying part of this is that even if you have on the first map “BeginPlay” to hide the cursor (or have in it’s PlayerController
show cursor to false), until the engine gets to the point of actually loading the first map, the cursor is stuck at 0,0 and it is set to be visible, and only when it gets to the first map it is hiding it.
Now even if you can’t stop the engine from moving the cursor to 0,0, is there a way to at least make it be hidden from the start? This way you can center the mouse (or in a selected position) after it is done loading and you want it to be visible.