Override configuration settings via URL
Â
Override mouse visibility in the browser:
To override the above option in the config you can do this:
Â
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
Â
Â
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:
Â
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:
Have an Unreal build packaged in a Development mode.
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.
Â
Â
Â
Â