Query Self-Built Account User Information (QueryAccountProfile)
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();