Skip to main content

Generate Transfer Code (GenerateTransferCode)

AndroidiOS
If you are using the Unity engine, see Unity SDK's GenerateTransferCode.

Generate transfer code for logged-in account.

Function Definition

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

Observers

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

Callback ID is kMethodIDAuthGenerateTransferCode.

Code sample

UINTLSDKAPI::GenerateTransferCode("password");