/
Generating Download URL in the Unreal App

Eagle 3D Streaming

Generating Download URL in the Unreal App

Get the Download URL of your Local File from your Unreal Engine 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

 

Demo Video:

DownloadURL.mp4

 

Blueprint Code:

In order to make this work, there is a pixel streaming command that the user needs to send.

{"cmd":"getDownloadUrlOfLocalFile","fileToDownload":" (Path to Local File with extension) "}

The Complete path Example will be something like:

{"cmd":"getDownloadUrlOfLocalFile","fileToDownload":"C:\Unreal\Content\image.png"}

 

For demonstration in this document this code is added to a widget blueprint and being executed on Event Construct:

image-20240220-154015.png

 

Then the BindEventOnInputEvent, there will be a response message from the system which will contain the download URL. This response will be:

{"type":"takeDownloadUrlOfLocalFile","downloadURL":"(DownloadURL)","localFile":"(FilePathInLocal)"}

Here is how you can get the Download URL from it in Unreal:

You can open this URL by running another pixel stream command.

 

More About Opening URLs can be found in this Document.


Need help? Contact Support

Submit a new request at E3DS support portal.

Requests sent on weekends will not be addressed until the following business day.

Related content

Upload and Download Files
Upload and Download Files
More like this
Download a Screenshot from your App to the user's Browser
Download a Screenshot from your App to the user's Browser
More like this
Send A local file from User's Device to the Unreal app
Send A local file from User's Device to the Unreal app
More like this
Open a URL in the Browser from within the Unreal App on the user's device
Open a URL in the Browser from within the Unreal App on the user's device
More like this
E3DS Features Template
E3DS Features Template
More like this
Anti-Aliasing
Read with this

Eagle 3D Streaming