SDK API ReferenceUE SDK API ReferenceGeneralFunctionRestartOn this pageRestartWindowsAt the end of the lifecycle of the app in editor, it is recommended to restart the SDK. This is to free the global state of Player Network SDK.Function definitionUFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")static void Restart();Code sampleUINTLSDKAPI::Restart();