TransferAccount
Transfers account data.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void TransferAccount(const FString& transferCode, const FString& password);
Input parameters
Parameter | Type | Description |
---|---|---|
transferCode | FString | Transfer code used to transfer specified account |
password | FString | Password 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");