Skip to main content

Reset Guest Information (ResetGuest)

AndroidiOSWindows
If you are using the Unity engine, see the ResetGuest for Unity SDK.

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();