Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/IAuth
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsLoggedIn
(
const FAccountId& AccountId |
Helper for querying the login status of a local user. | Online/Auth.h | |
bool IsLoggedIn
(
const FPlatformUserId& PlatformUserId |
Helper for querying the login status of a local user by platform user id. | Online/Auth.h |
IsLoggedIn(const FAccountId &)
Description
Helper for querying the login status of a local user.
| Name | IsLoggedIn |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
bool IsLoggedIn
(
const FAccountId & AccountId
) const
IsLoggedIn(const FPlatformUserId &)
Description
Helper for querying the login status of a local user by platform user id.
| Name | IsLoggedIn |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
bool IsLoggedIn
(
const FPlatformUserId & PlatformUserId
) const