Skip to main content

Query Self-Built Account User Information (QueryAccountProfile)

AndroidiOSWindows
If you are using the Unity engine, see QueryAccountProfile in Unity SDK.

After logging into the self-built account, you can retrieve 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 handler interface is AuthAccountResultObserver.The callback data structure is AccountResult.

Callback ID is kMethodIDAuthQueryAccountProfile.

Code sample

UINTLSDKAPI::QueryAccountProfile();