Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOS > API/Plugins/OnlineServicesEOS/Online
Inheritance Hierarchy
References
| Module | OnlineServicesEOS |
| Header | /Engine/Plugins/Online/OnlineServicesEOS/Source/Public/Online/AuthEOS.h |
| Include | #include "Online/AuthEOS.h" |
Syntax
class FAuthEOS : public UE::Online::FAuthEOSGS
Variables
| Type | Name | Description | |
|---|---|---|---|
| EOS_HUserInfo | UserInfoHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAuthEOS
(
FOnlineServicesEOS& InOwningSubsystem |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FAuthEOS () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAccountId | CreateAccountId
(
const EOS_EpicAccountId EpicAccountId, |
||
| TOnlineAsyncOpHandle< FAuthLogin > | Login
(
FAuthLogin::Params&& Params |
Begin IAuth. | |
| void | OnEASLoginStatusChanged
(
FAccountId LocalAccountId, |
||
| void | ProcessSuccessfulLogin
(
TOnlineAsyncOp< FAuthLogin >& InAsyncOp |
||
| TOnlineAsyncOpHandle< FAuthQueryExternalAuthToken > | Retrieves a token appropriate for linking the service account with a service account of a different service type. | ||
| TOnlineAsyncOpHandle< FAuthQueryExternalServerAuthTicket > | Queries a ticket which is appropriate for making server-to-server calls on behalf of the signed in user. | ||
| TFuture< FAccountId > | ResolveAccountId
(
const FAccountId& LocalAccountId, |
||
| TFuture< TArray< FAccountId > > | ResolveAccountIds
(
const FAccountId& LocalAccountId, |
Begin FAuthEOSGS. | |
| TFunction< TFuture< FAccountId >FOnlineAsyncOp &InAsyncOp, const EOS_EpicAccountId &EpicAccountId)> | |||
| TFunction< TFuture< TArray< FAccountId > >FOnlineAsyncOp &InAsyncOp, const TArray< EOS_EpicAccountId... |
Overridden from FAuthEOSGS
| Type | Name | Description | |
|---|---|---|---|
| TFuture< FAccountId > | ResolveAccountId
(
const FAccountId& LocalAccountId, |
Begin FAuthEOSGS. | |
| TFuture< TArray< FAccountId > > | ResolveAccountIds
(
const FAccountId& LocalAccountId, |
Begin FAuthEOSGS. | |
| TFunction< TFuture< FAccountId >FOnlineAsyncOp &InAsyncOp, const EOS_ProductUserId &ProductUserId)> | |||
| TFunction< TFuture< TArray< FAccountId > >FOnlineAsyncOp &InAsyncOp, const TArray< EOS_ProductUserId... |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Begin IOnlineComponent. |
Typedefs
| Name | Description |
|---|---|
| Super |