Hi,
I am new to FRE and am wondering how to properly deinitialise the IEngine in the following scenario.
In Windows, we extract the dll and call IEngine.load while for other OS we directly call IEngine.InitializeEngine.
I can see there's Unload and DeinitializeEngine. Just want to know whether we just need to call DeinitializeEngine in both case or we do Unload for Windows and DeinitializeEngine for the other?
Thank you very much in advance.
Andy