Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FAuthCommon
- FAuthEOSGS
- FAuthEOS
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/AuthEOSGS.h |
| Include | #include "Online/AuthEOSGS.h" |
Syntax
class FAuthEOSGS : public UE::Online::FAuthCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAccountInfoRegistryEOS | AccountInfoRegistryEOS | ||
| EOS_HAuth | AuthHandle | ||
| EOS_HConnect | ConnectHandle | ||
| EOSEventRegistrationPtr | OnConnectAuthNotifyExpirationEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnConnectLoginStatusChangedEOSEventRegistration |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAuthEOSGS
(
FOnlineServicesEOSGS& InOwningSubsystem |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FAuthEOSGS () |
Functions
Overridden from FAuthCommon
| Type | Name | Description | |
|---|---|---|---|
| const FAccountInfoRegistry & |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Begin IOnlineComponent. | |
| void | PreShutdown () |
Begin IAuth. |
Typedefs
| Name | Description |
|---|---|
| Super |