Skip to main content

QueryAccountProfile

AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryAccountProfile for Unity SDK.

After logging in to the custom account, obtain user information through this interface. The information is in the profile field of AccountResult.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryAccountProfile();

Observers

The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.

The callback methodID is kMethodIDAuthQueryAccountProfile.

Code sample

UINTLSDKAPI::QueryAccountProfile();