Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOS
| Name | FAuthEOS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOS/Source/Public/Online/AuthEOS.h |
| Include Path | #include "Online/AuthEOS.h" |
Syntax
class FAuthEOS : public UE::Online::FAuthEOSGS
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FAuthCommon → FAuthEOSGS → FAuthEOS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAuthEOS
(
FOnlineServicesCommon& InOwningSubsystem |
Online/AuthEOS.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAuthEOS() |
Online/AuthEOS.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FAuthEOSGS | Online/AuthEOS.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineResult< FAuthGetLinkAccountContinuationId > GetLinkAccountContinuationId
(
FAuthGetLinkAccountContinuationId::Params&& Params |
Online/AuthEOS.h | ||
virtual TOnlineAsyncOpHandle< FAuthLinkAccount > LinkAccount
(
FAuthLinkAccount::Params&& Params |
Online/AuthEOS.h | ||
virtual TOnlineAsyncOpHandle< FAuthLogin > Login
(
FAuthLogin::Params&& Params |
Begin IAuth. | Online/AuthEOS.h | |
virtual TOnlineAsyncOpHandle< FAuthQueryExternalAuthToken > QueryExternalAuthToken
(
FAuthQueryExternalAuthToken::Params&& Params |
Online/AuthEOS.h | ||
virtual TOnlineAsyncOpHandle< FAuthQueryExternalServerAuthTicket > QueryExternalServerAuthTicket
(
FAuthQueryExternalServerAuthTicket::Params&& Params |
Online/AuthEOS.h | ||
TFuture< TArray< FAccountId > > ResolveAccountIds
(
const FAccountId& LocalAccountId, |
Online/AuthEOS.h | ||
TFuture< TArray< FAccountId > > ResolveAccountIds
(
const FAccountId& LocalAccountId, |
Online/AuthEOS.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
Begin IOnlineComponent. | Online/AuthEOS.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAccountId FindAccountId
(
const EOS_ProductUserId ProductUserId |
Online/AuthEOS.h | ||
FAccountId FindAccountId
(
const EOS_EpicAccountId EpicAccountId |
Online/AuthEOS.h | ||
void OnEASLoginStatusChanged
(
FAccountId LocalAccountId, |
Online/AuthEOS.h | ||
void ProcessSuccessfulLogin
(
TOnlineAsyncOp< FAuthLogin >& InAsyncOp |
Online/AuthEOS.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAccountId CreateAccountId
(
const EOS_EpicAccountId EpicAccountId, |
Online/AuthEOS.h |