Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FLobbiesCommon
- FLobbiesEOSGS
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/LobbiesEOSGS.h |
| Include | #include "Online/LobbiesEOSGS.h" |
Syntax
class FLobbiesEOSGS : public UE::Online::FLobbiesCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FAccountId, TMap< FLobbyId, TSharedRef< FLobbyInviteDataEOS > > > | ActiveInvites | ||
| TMap< FAccountId, TSet< TSharedRef< FLobbyDataEOS > > > | ActiveLobbies | ||
| TMap< FAccountId, TSharedRef< FLobbySearchEOS > > | ActiveSearchResults | ||
| TSharedPtr< FLobbyDataRegistryEOS > | LobbyDataRegistry | ||
| TSharedPtr< FLobbyPrerequisitesEOS > | LobbyPrerequisites | ||
| EOSEventRegistrationPtr | OnJoinLobbyAcceptedEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnLobbyInviteAcceptedEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnLobbyInviteReceivedEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnLobbyMemberStatusReceivedEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnLobbyMemberUpdatedEOSEventRegistration | ||
| EOSEventRegistrationPtr | OnLobbyUpdatedEOSEventRegistration |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLobbiesEOSGS
(
FOnlineServicesEOSGS& InServices |
Functions
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
TOnlineComponent. | |
| void | PreShutdown () |
Called before any component has been shutdown. |