Automate license activation
AnsweredHello,
Is there a way to automatically register all the machines in our studio with our InstaLOD license? We are looking for a way to get license InstaLOD without the need to sign into our account to manually activate each license.
Happy to work through any possible ideas/methods with the support team. Thanks in advance!
-
Official comment
Hello Kent,
To avoid manual authorization in InstaLOD for Unreal Engine, many studios hard-code their InstaLOD login credentials to ensure that InstaLOD is automatically authorized.
This can be achieved by removing the call toOpenAuthorizationWindowModal
in the methodInstallHooksLate
found in the file InstaLODModule.cpp. Instead, you can callAuthorizeMachine
with your credentials to ensure that InstaLOD is authorized automatically.I also emailed you a code sample a few hours ago.
Thanks,
Andreas
Comment actions
Please sign in to leave a comment.
Comments
1 comment