Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include | #include "Online/Lobbies.h" |
Syntax
struct FLobbyInvitationAdded
Remarks
Struct for LobbyInvitationAdded event
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< const FLobby > | Lobby | The invited lobby. | |
| FAccountId | LocalAccountId | The local user associated with the invitation. | |
| FAccountId | SenderId | The user who sent the invitation. |