Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | FAuthCommon |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/AuthCommon.h |
| Include Path | #include "Online/AuthCommon.h" |
Syntax
class FAuthCommon : public UE::Online::TOnlineComponent< IAuth >
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FAuthCommon
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAuthCommon
(
FOnlineServicesCommon& InServices |
Online/AuthCommon.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | IAuth | Online/AuthCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FAuthBeginVerifiedAuthSession > BeginVerifiedAuthSession
(
FAuthBeginVerifiedAuthSession::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthCancelVerifiedAuthTicket > CancelVerifiedAuthTicket
(
FAuthCancelVerifiedAuthTicket::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthCreateAccount > CreateAccount
(
FAuthCreateAccount::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthEndVerifiedAuthSession > EndVerifiedAuthSession
(
FAuthEndVerifiedAuthSession::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineResult< FAuthGetAllLocalOnlineUsers > GetAllLocalOnlineUsers
(
FAuthGetAllLocalOnlineUsers::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineResult< FAuthGetLinkAccountContinuationId > GetLinkAccountContinuationId
(
FAuthGetLinkAccountContinuationId::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineResult< FAuthGetLocalOnlineUserByOnlineAccountId > GetLocalOnlineUserByOnlineAccountId
(
FAuthGetLocalOnlineUserByOnlineAccountId::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineResult< FAuthGetLocalOnlineUserByPlatformUserId > GetLocalOnlineUserByPlatformUserId
(
FAuthGetLocalOnlineUserByPlatformUserId::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineResult< FAuthGetRelyingParty > GetRelyingParty
(
FAuthGetRelyingParty::Params&& Params |
Online/AuthCommon.h | ||
virtual bool IsLoggedIn
(
const FPlatformUserId& PlatformUserId |
Online/AuthCommon.h | ||
virtual bool IsLoggedIn
(
const FAccountId& AccountId |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthLinkAccount > LinkAccount
(
FAuthLinkAccount::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthLogin > Login
(
FAuthLogin::Params&& Params |
IAuth. | Online/AuthCommon.h | |
virtual TOnlineAsyncOpHandle< FAuthLogout > Logout
(
FAuthLogout::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthModifyAccountAttributes > ModifyAccountAttributes
(
FAuthModifyAccountAttributes::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineEvent< void(const FAuthAccountAttributesChanged &)> OnAccountAttributesChanged() |
Online/AuthCommon.h | ||
virtual TOnlineEvent< void(const FAuthLoginStatusChanged &)> OnLoginStatusChanged() |
Online/AuthCommon.h | ||
virtual TOnlineEvent< void(const FAuthPendingAuthExpiration &)> OnPendingAuthExpiration() |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthQueryExternalAuthToken > QueryExternalAuthToken
(
FAuthQueryExternalAuthToken::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthQueryExternalServerAuthTicket > QueryExternalServerAuthTicket
(
FAuthQueryExternalServerAuthTicket::Params&& Params |
Online/AuthCommon.h | ||
virtual TOnlineAsyncOpHandle< FAuthQueryVerifiedAuthTicket > QueryVerifiedAuthTicket
(
FAuthQueryVerifiedAuthTicket::Params&& Params |
Online/AuthCommon.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
IOnlineComponent. | Online/AuthCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAccountInfoRegistry & GetAccountInfoRegistry() |
Online/AuthCommon.h |