Skip to main content

GenerateTransferCode

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

Generates transfer code for the logged in account.

Function definition

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

Observers

The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.

The callback methodID is kMethodIDAuthGenerateTransferCode.

Code sample

UINTLSDKAPI::GenerateTransferCode("password");