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