Disable 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
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShutDown();
Input parameters
No parameters are passed.
Code sample
UINTLSDKAPI::ShutDown();