Eagle 3D Streaming

Override configuration settings via URL

 

Override mouse visibility in the browser:

image-20241001-134023.png
Image 1. Control Panel: Show Browser Mouse

 

Override CMD line parameters to pass to Unreal app:

Add dynamic Launch parameters to your project by adding ?exeLunchArgs= after the URL and then the parameter you want, example: -Project=TestProject

image-20241001-133826.png
Image 2. Parameters To Pass to App

 

 

Notice the space in between these two variables:  -id=4 -var2=666.

If you paste this URL into the browser then it will transform all the spaces into %20. So the final URL will become:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo&showbrowserMouse=1&exeLunchArgs=-Project=TestProject%20-id=6%20-var2=666%20%20-email=myemail@gmail.com

 

Both versions are valid.

From the Browser Console, You can check if the app got these new parameters or not:

To get the Unreal app's Log in the Browser Console, you should:

  1. Have an Unreal build packaged in a Development mode.

  2. Enable Print UE Log in Browser's Console.

 

 

 

 

If you prefer to merge additional values from the URL rather than override them, enable 'Should append parameters from URL with existing one to override?' in your config.

 

 

We will provide additional parameters that enable you to override most configuration settings at runtime.


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.

 

 

 

 

Eagle 3D Streaming