Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Override mouse visibility in the browser:

...

Info

To override the above option in the config you can do this:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo?showbrowserMouse=0

Override CMD line parameters to pass to Unreal app:

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

...

Tip

For example:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/

demo

E3DS-Iframe-Demo?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

Info

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/

demo?

E3DS-Iframe-Demo&showbrowserMouse=1&exeLunchArgs=-Project=

TestProject

TestProject%20-id=

6

6%20-var2=

666

666%20%20-email=myemail@gmail.com

Image Removed

To override the above option in config you can do this

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.

Info

Details on how to get the Log in the Browser are in this Youtube video https://

...

www.

...

youtube.com/

...

watch?v=-YuC83LsqT4&list=PLr2PLtcbD6PmTJ_wV3v8-q5O-MtxglvST&index=8

image-20241001-131826.pngImage Added

Info

You can merge both

option override here

overrides as one like this:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/

0AhsanConfig?&showbrowserMouse=0&

E3DS-Iframe-Demo?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com&showbrowserMouse=0

or

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/

0AhsanConfig?

E3DS-Iframe-Demo?showbrowserMouse=0&exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

&showbrowserMouse=0

Also note:

notice the space in between these two variables:  "-id=4 -var2=666"

We will expose many other parameters that will allow you to override most of the settings in the config at runtime.

These final URLs also works in iframe

Tip

These final URLs also work in iframe.

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.

...

Info

If that is enabled then the system will merge the new values with the existing ones that already have been set in the 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.