SDK API ReferenceUE SDK API ReferenceGeneralFunctionRestartOn this pageRestartWindows At 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 definition UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")static void Restart(); Code sample UINTLSDKAPI::Restart();