Reset Guest Information (ResetGuest)
Resetting guest information will generate a new guest account when the user logs in via the guest channel again.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ResetGuest();
Return value
The callback ID is kMethodIDAuthLaunchAccountUI.
Callback processing
The callback handler interface is AuthBaseResultObserver.The callback data structure is BaseResult.
The callback ID is kMethodIDAuthResetGuest.
Code example
bool support = UINTLSDKAPI::ResetGuest();