Skip to main content

TransferAccount

AndroidiOS
If you were looking for the method for use with Unity, see TransferAccount for Unity SDK.

Transfers account data.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void TransferAccount(const FString& transferCode, const FString& password);

Input parameters

ParameterTypeDescription
transferCodeFStringTransfer code used to transfer specified account
passwordFStringPassword set when generating transfer code

Observers

The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.

The callback methodID is kMethodIDAuthTransferAccount.

Code sample

UINTLSDKAPI::TransferAccount("transferCode","password");