Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Set of options to reflect how a session may be discovered in searches and joined
| Name | UE::Online::ESessionJoinPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
namespace UE
{
namespace Online
{
enum ESessionJoinPolicy
{
Public,
FriendsOnly,
InviteOnly,
}
}
}
Values
| Name | Remarks |
|---|---|
| Public | The session will appear on searches an may be joined by anyone |
| FriendsOnly | The session will not appear on searches and may only be joined via presence (if enabled) or invitation |
| InviteOnly | The session will not appear on searches and may not be joined via presence, only via invitation |