I want to put my own hardware mouse cursor, but I don’t understand in which piece of code I need to put the nodes. I need in the created Main Menu when the game starts, so that the cursor is displayed with UI Only focus, so as not to take the cursor out of the game window and not return it back. Tell me where do I need to create nodes, in the Widget or in the Player Controller?
The widget cannot be called from the Player Controller class, nor can the widget point to a Player Controller Self reference.