Transfer Account (TransferAccount)
Transfer account data.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void Transfer Account(const FString& transferCode, const FString& password);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| transferCode | FString | A transfer code used to transfer a specific account's transfer code |
| password | FString | The password set when generating the transfer code |
Observers
The callback handling interface is AuthBaseResultObserver.The callback data structure is BaseResult.
Callback ID is kMethodIDAuthTransferAccount.
Code example
UINTLSDKAPI::TransferAccount("transferCode","password");