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