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