Request Account Information (RequestAccountInfo)
Use this interface in the Account Center to retrieve account information.
Function Definition
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void RequestAccountInfo(const FString extra_json);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| extra_json | FString | Additional parameter JSON string |
Observers
The callback handler interface is AuthAccountResultObserver.The callback data structure is AccountResult.
Callback method ID is kMethodIDAuthAccountInfo.
Code example
ULevelInfiniteAPI::RequestAccountInfo("");