Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FAuthCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsLoggedIn
(
const FAccountId& AccountId |
Online/AuthCommon.h | ||
virtual bool IsLoggedIn
(
const FPlatformUserId& PlatformUserId |
Online/AuthCommon.h |
IsLoggedIn(const FAccountId &)
| Name | IsLoggedIn |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/AuthCommon.h |
| Include Path | #include "Online/AuthCommon.h" |
| Source | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Private/Online/AuthCommon.cpp |
virtual bool IsLoggedIn
(
const FAccountId & AccountId
) const
IsLoggedIn(const FPlatformUserId &)
| Name | IsLoggedIn |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/AuthCommon.h |
| Include Path | #include "Online/AuthCommon.h" |
| Source | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Private/Online/AuthCommon.cpp |
virtual bool IsLoggedIn
(
const FPlatformUserId & PlatformUserId
) const