Navigation
API > API/Runtime > API/Runtime/CoreOnline
| Name | FJoinabilitySettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
| Include Path | #include "Online/CoreOnline.h" |
Syntax
USTRUCT (NoExport )
struct FJoinabilitySettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJoinabilitySettings() |
Online/CoreOnline.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowInvites | bool | Does this session allow invites | Online/CoreOnline.h | |
| bJoinViaPresence | bool | Does this session allow public join via presence | Online/CoreOnline.h | |
| bJoinViaPresenceFriendsOnly | bool | Does this session allow friends to join via presence | Online/CoreOnline.h | |
| bPublicSearchable | bool | Is this session now publicly searchable | Online/CoreOnline.h | |
| MaxPartySize | int32 | Current max party size in this session | Online/CoreOnline.h | |
| MaxPlayers | int32 | Current max players in this session | Online/CoreOnline.h | |
| SessionName | FName | Name of session these settings affect | Online/CoreOnline.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FJoinabilitySettings& Other |
Online/CoreOnline.h | ||
bool operator==
(
const FJoinabilitySettings& Other |
Online/CoreOnline.h |