Query Inheritance Code
Query the inheritance code generated by the logged-in account.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void QueryTransferCode();
Observers
The callback interface is AuthResultObserver.The callback data structure is AuthResult.
The callback ID is kMethodIDAuthQueryTransferCode.
Code sample
UINTLSDKAPI::QueryTransferCode();