Cancel Account Deletion
After successfully logging into an account in the account deletion silent period, you can call the CancelAccountDeletion interface to cancel the account deletion.For more information, see DeleteAccountStatus in the login callback information.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void CancelAccountDeletion();
Observers
The callback interface is AuthBaseResultObserver.The callback data structure is BaseResult.
The callback ID is kMethodIDAuthCancelAccountDeletion.
Code sample
UINTLSDKAPI::CancelAccountDeletion();