Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
namespace UE
{
namespace Online
{
enum ESessionJoinPolicy
&123;
Public,
FriendsOnly,
InviteOnly,
&125;
}
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Set of options to reflect how a session may be discovered in searches and joined