...
Create Widget Blurprint
Add to the Canvas with small size as a cursor (example 20×20)
Set the image Alpha to Zero.
This will act as invisible Cursor and it will be hidden behind the Browser Cursor during Pixel Streaming.
...
5. Go to
Tip |
---|
Project Settings ->Engine->User Interface. Set the created Cursor Widget under Software cursors. |
6. Go to
Tip |
---|
Project Settings ->Plugins->PixelStreaming . Set Pisel Streamer Default Cursor Class Name to DefaultCursor |
...
7. In Level Blueprint (or as per project), set the Show Mouse Cursor in Player Controller to TRUE.
...
Touch Interface Setup (Optional)
...