Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/Experimental/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
Include |
#include "Online/Lobbies.h" |
class ILobbies
Name | Description | ||
---|---|---|---|
|
TOnlineAsync... |
CreateLobby ( |
Create and join a new lobby. |
|
TOnlineAsync... |
DeclineLobbyInvitation ( |
Decline an invitation to join a lobby. |
|
TOnlineAsync... |
FindLobby ( |
Search for lobbies using filtering parameters. |
|
TOnlineResul... |
GetJoinedLobbies ( |
Retrieve the list of joined lobbies for the target local user. |
|
TOnlineResul... |
GetReceivedInvitations ( |
Retrieve the list of received invitations for the target local user. |
|
TOnlineAsync... |
InviteLobbyMember ( |
Invite a player to join a lobby. |
|
TOnlineAsync... |
JoinLobby ( |
Join a lobby using its id. |
|
TOnlineAsync... |
KickLobbyMember ( |
Kick a member from a the target lobby. |
|
TOnlineAsync... |
LeaveLobby ( |
Leave a joined lobby. |
|
TOnlineAsync... |
ModifyLobbyAttributes ( |
Change the attributes applied to the lobby. |
|
TOnlineAsync... |
ModifyLobbyJoinPolicy ( |
Change the join policy applied to the lobby. Only the lobby leader may change the join policy. |
|
TOnlineAsync... |
ModifyLobbyMemberAttributes |
Change the attributes applied to a lobby member. |
|
TOnlineAsync... |
ModifyLobbySchema ( |
Change the schema applied to the lobby and member attributes. |
|
TOnlineEvent... |
OnLobbyAttributesChanged() |
Get the event that is triggered when lobby attributes have changed. |
|
TOnlineEvent... |
OnLobbyInvitationAdded() |
Get the event that is triggered when an invitation is received. |
|
TOnlineEvent... |
OnLobbyInvitationRemoved() |
Get the event that is triggered when an invitation is removed. |
|
TOnlineEvent... |
OnLobbyJoined() |
Get the event that is triggered when a lobby is joined. |
|
TOnlineEvent... |
OnLobbyLeaderChanged() |
Get the event that is triggered when the leadership of a lobby changes. |
|
TOnlineEvent... |
OnLobbyLeft() |
Get the event that is triggered when a lobby has been left by all local members. |
|
TOnlineEvent... |
OnLobbyMemberAttributesChanged() |
Get the event that is triggered when lobby member attributes have changed. |
|
TOnlineEvent... |
OnLobbyMemberJoined() |
Get the event that is triggered when a lobby member joins. |
|
TOnlineEvent... |
OnLobbyMemberLeft() |
Get the event that is triggered when a lobby member leaves a joined lobby. |
|
TOnlineEvent... |
OnLobbySchemaChanged() |
Get the event that is triggered when the attribute schema of a lobby changes. |
|
TOnlineAsync... |
PromoteLobbyMember ( |
Promote another lobby member to leader. |
|
TOnlineAsync... |
RestoreLobbies ( |
Try to rejoin previously joined lobbies. |