I have a “computer” in world space with a Widget Component for the screen. The screen, for now, is a login screen that I am trying to interact with. I can get the keyboard to interact with the text inputs and sign in button, but I can’t get the mouse curser to interact with any of it. Ideally, I would also only have the mouse cursor show within the widget.
I guess I have 2 questions. How can I get the mouse to interact with any of the Widget Component at all? How can I have a cursor displayed as if it is within the computer screen?