Versions Compared

Key

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

...

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/demo?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

Override mouse visibility in the browser :

...

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

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfig?&showbrowserMouse=0

You can merge both option override here:

Override Cmd line parameters to pass to Unreal app :

...

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

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

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

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

Both versions are valid

From the bowser console You can check if the app got these new parameters or not:

...

To be able to see the unreal app's console you have to see an unreal build that was not packaged in shipping mode. and you have to enable this setting “ Print UE4 Log in Browser console “:

...

You can merge both overrides as one like this:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfigE3DS-Iframe-Demo?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"or

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

These final URLs also work in iframe

In case you don't want to override but merge more values from URL then enable “Should append parameters from URL with existing one to override?“ in your config

Image Added

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 iframeif that enables then the system will merge the new values with the existing one that already has been set in config.