Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::Online::ELobbyJoinPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
Syntax
namespace UE
{
namespace Online
{
enum ELobbyJoinPolicy
{
PublicAdvertised,
PublicNotAdvertised,
InvitationOnly,
}
}
}
Values
| Name | Remarks |
|---|---|
| PublicAdvertised | Lobby can be found through searches based on attribute matching, by knowing the lobby id, or by invitation. |
| PublicNotAdvertised | Lobby may be joined by knowing the lobby id or by invitation. |
| InvitationOnly | Lobby may only be joined by invitation. |