Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct FLobbyEvents
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOnlineEventCallable< void(const FLobbyAttributesChanged &)> | OnLobbyAttributesChanged | ||
| TOnlineEventCallable< void(const FLobbyInvitationAdded &)> | OnLobbyInvitationAdded | ||
| TOnlineEventCallable< void(const FLobbyInvitationRemoved &)> | OnLobbyInvitationRemoved | ||
| TOnlineEventCallable< void(const FLobbyJoined &)> | OnLobbyJoined | ||
| TOnlineEventCallable< void(const FLobbyLeaderChanged &)> | OnLobbyLeaderChanged | ||
| TOnlineEventCallable< void(const FLobbyLeft &)> | OnLobbyLeft | ||
| TOnlineEventCallable< void(const FLobbyMemberAttributesChanged &)> | OnLobbyMemberAttributesChanged | ||
| TOnlineEventCallable< void(const FLobbyMemberJoined &)> | OnLobbyMemberJoined | ||
| TOnlineEventCallable< void(const FLobbyMemberLeft &)> | OnLobbyMemberLeft | ||
| TOnlineEventCallable< void(const FLobbySchemaChanged &)> | OnLobbySchemaChanged | ||
| TOnlineEventCallable< void(const FUILobbyJoinRequested &)> | OnUILobbyJoinRequested |