Could I show mouse cursor in Pixel Streaming, and interact with UI?

Hi all,

I want to use pixel streaming to connect my packed project in the browser. However, when I used browser connecting the packed project, the mouse cursor didn’t show after I clicking the web, and I was not able to interact any User Interface on the project, even if it was highlighted. The mouse cursor shows correctly and is able to interact the UI in the packed project. So my questions are:

  1. Is there a way to show the mouse cursor in the Pixel Streaming?
  2. How to make user interact with UI (click on it) during the Pixel Streaming?

Thanks.

As i know,Pixel streaming do not use UE UMG or slate,just a web,so you can not interact with ui druing Pixel Streaming. you can make ui by web and send message to ue,seem like you interact with ue ui.
Maybe i am wrong,pls let me know

What do you mean? I’m right now pixelstreaming an UE 5.1 app plenty of UMG widgets.