Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOS > API/Plugins/OnlineServicesEOS/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FExternalUICommon
- FExternalUIEOS
References
| Module | OnlineServicesEOS |
| Header | /Engine/Plugins/Online/OnlineServicesEOS/Source/Public/Online/ExternalUIEOS.h |
| Include | #include "Online/ExternalUIEOS.h" |
Syntax
class FExternalUIEOS : public UE::Online::FExternalUICommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| FExternalUIEOSConfig | Config | Config | |
| EOS_HUI | UIHandle | Handle to EOS UI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExternalUIEOS
(
FOnlineServicesEOS& InOwningSubsystem |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOnlineAsyncOpHandle< FExternalUIShowFriendsUI > | ShowFriendsUI
(
FExternalUIShowFriendsUI::Params&& Params |
Shows the online service's friends UI | |
| TOnlineAsyncOpHandle< FExternalUIShowLoginUI > | ShowLoginUI
(
FExternalUIShowLoginUI::Params&& Params |
IExternalUI. |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Called after component has been constructed. It is not safe to reference other components at this time. | |
| void | PreShutdown () |
Called before any component has been shutdown. | |
| void | UpdateConfig () |
Called whenever we need to reload data from config. |
Typedefs
| Name | Description |
|---|---|
| Super |