Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FExternalUICommon
- FExternalUIEOSGS
- FExternalUIEOS
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/ExternalUIEOSGS.h |
| Include | #include "Online/ExternalUIEOSGS.h" |
Syntax
class FExternalUIEOSGS : public UE::Online::FExternalUICommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| EOSEventRegistrationPtr | OnDisplaySettingsUpdated | ||
| EOS_HUI | UIInterfaceHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExternalUIEOSGS
(
FOnlineServicesEOSGS& InOwningSubsystem |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | HandleDisplaySettingsUpdated
(
const EOS_UI_OnDisplaySettingsUpdatedCallbackInfo* Data |
||
| TOnlineAsyncOpHandle< FExternalUIProcessDisplaySettingsUpdatedImp > | |||
| void | |||
| void |
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. |
Typedefs
| Name | Description |
|---|---|
| Super |