ResetGuest
AndroidiOSWindows
If you were looking for the method for use with Unity, see ResetGuest for Unity SDK.
If you were looking for the method for use with Unity, see ResetGuest for Unity SDK.
Resets the guest account. A new guest account is generated if the user logs in through the guest channel again.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ResetGuest();
Return value
Returns a bool type to indicate whether the current OS is supported.
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDAuthResetGuest
.
Code sample
bool support = UINTLSDKAPI::ResetGuest();