Disable SDK
Windows
If you were looking for the method for use with Unreal Engine, see ShutDown for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ShutDown for Unreal Engine SDK.
It is recommend to stop the SDK at the end of the app lifecycle to release the global state of Player Network SDK.
Function definition
public static void ShutdownSDK();
Input parameters
No parameters are passed.
Code sample
INTLSDK.ShutdownSDK();