Close SDK
It is advised to close the SDK at the end of the application lifecycle to release the global state of the Player Network SDK.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShutDown();
Parameter Instructions
No input parameters.
Code Sample
UINTLSDKAPI::ShutDown();