Skip to main content

QueryTransferCode

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

Queries the transfer code generated for the logged in account.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void QueryTransferCode();

Observers

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

The callback methodID is kMethodIDAuthQueryTransferCode.

Code sample

UINTLSDKAPI::QueryTransferCode();