Skip to main content

GetAuthResult

AndroidiOSWindows
If you were looking for the method for use with Unity, see GetAuthResult for Unity SDK.

Gets local login data.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool GetAuthResult(FINTLAuthResult &AuthRet);

Input parameters

ParameterTypeDescription
AuthRetFINTLAuthResultAuthentication state

Observers

The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.

The callback methodID is kMethodIDAuthGetAuthResult.

Code sample

FINTLAuthResult authRet;
UINTLSDKAPI::GetAuthResult(authRet);