Query User Information (QueryUserInfo)
Player Network SDK will pull the requests to the backend and return the latest user information, which includes the binding list (bindlist) of the user's account information bindings.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryUserIno();
Code Sample
UINTLSDKAPI::QueryUserInfo();
Return Value
This interface returns AuthResult, which includes the bind list information (bindlist) and personal information fields (username, image URL, etc.).)