Retrieve Local Authentication Data (GetAuthResult)
Retrieve local login data.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool GetAuthResult(FINTLAuthResult &AuthRet);
Input Parameters
| Parameters | Type | Explanation |
|---|---|---|
| AuthRet | FINTLAuthResult | Authentication State |
Callback processing
The callback processing interface is AuthResultObserver.The callback data structure is AuthResult.
The callback ID is kMethodIDAuthGetAuthResult.
Code example
FINTLAuthResult authRet;
UINTLSDKAPI::GetAuthResult(authRet);