Change a user's Browser mouse cursor from the Blueprint of the Unreal App
Â
Before using some of the features take a look at the document below covering how to send a pixel streaming command to E3DS System:
How to send a Pixel Streaming Response
Â
To Change the user's browser mouse cursor, you have to pass a valid mouse cursor property (https://developer.mozilla.org/en-US/docs/Web/CSS/cursor) from the Unreal app to the browser side through a JSON object. Our browser-side system will collect that property from the JSON object and apply it to the mouse cursor of the browser.
Â
Please note if you provide an invalid value or you have done some other operation on mouse cursor then the effect will be different than expected.
This cmd will not have anything to do with the Unreal side mouse cursor.
Â
Syntax:
{"cmd":"setBrowserSideMouseCursorTo","value":"valid mouse cursor property "}
Â
Â
Â
// Some valid mouse cursor property values are:
cursor: defaultcursor
cursor: grab
cursor: text
cursor: move
cursor: help
cursor: not-allowed
Â
Â
Blueprint from the example project:
We will fill this section in the future.
Need help? Contact Support
If you still need help, contact support to get your issue resolved quickly.
Submit a new request at E3DS support portal or send an Email at support@eagle3dstreaming.com.
Seek advice. Connect with others. Share your experiences. Join our lively Community Forum today.
Â
Â