Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FAchievementsCommon
- FAchievementsEOSGS
- FAchievementsNull
- FAchievementsOSSAdapter
- FAuthCommon
- FAuthEOSGS
- FAuthEOS
- FAuthNull
- FAuthOSSAdapter
- FCommerceCommon
- FCommerceEOS
- FCommerceOSSAdapter
- FConnectivityCommon
- FConnectivityOSSAdapter
- FExternalUICommon
- FExternalUIEOS
- FExternalUIOSSAdapter
- FLeaderboardsCommon
- FLeaderboardsEOSGS
- FLeaderboardsNull
- FLeaderboardsOSSAdapter
- FLobbiesCommon
- FLobbiesEOSGS
- FLobbiesNull
- FPresenceCommon
- FPresenceEOS
- FPresenceNull
- FPresenceOSSAdapter
- FPrivilegesCommon
- FPrivilegesOSSAdapter
- FSessionsCommon
- FSessionsLAN
- FSessionsEOSGS
- FSessionsNull
- FSessionsOSSAdapter
- FSocialCommon
- FSocialEOS
- FSocialOSSAdapter
- FStatsCommon
- FStatsEOSGS
- FStatsNull
- FStatsOSSAdapter
- FTitleFileCommon
- FTitleFileEOSGS
- FTitleFileNull
- FTitleFileOSSAdapter
- FUserFileCommon
- FUserFileEOSGS
- FUserFileNull
- FUserFileOSSAdapter
- FUserInfoCommon
- FUserInfoEOS
- FUserInfoOSSAdapter
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/IOnlineComponent.h |
| Include | #include "Online/IOnlineComponent.h" |
Syntax
class IOnlineComponent
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Called after component has been constructed. It is not safe to reference other components at this time. | |
| void | Called after all components have been initialized. | ||
| void | PreShutdown () |
Called before any component has been shutdown. | |
| void | Shutdown () |
Called right before the component is destroyed. It is not safe to reference any other components at this time. | |
| void | Tick
(
float DeltaSeconds |
Called every Tick. | |
| void | UpdateConfig () |
Called whenever we need to reload data from config. |