SDK API ReferenceUE SDK API ReferenceGeneralFunctionDisable SDKOn this pageDisable SDKWindowsIf you were looking for the method for use with Unity, see ShutDown for Unity 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 definitionUFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")static void ShutDown();Input parametersNo parameters are passed.Code sampleUINTLSDKAPI::ShutDown();