Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FInviteLobbyMember
Input struct for Lobbies::InviteLobbyMember
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LobbyId | FLobbyId | Id of the lobby for which the invitation will be sent. | Online/Lobbies.h | |
| LocalAccountId | FAccountId | The local user agent which will perform the action. | Online/Lobbies.h | |
| TargetAccountId | FAccountId | Id of the player who will be sent the invitation. | Online/Lobbies.h |