Navigation
API > API/Plugins > API/Plugins/Party
| Name | FPartyPrivacySettings |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
| Include Path | #include "Party/PartyTypes.h" |
Syntax
USTRUCT ()
struct FPartyPrivacySettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPartyPrivacySettings() |
Party/PartyTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOnlyLeaderFriendsCanJoin | bool | True to restrict the party exclusively to friends of the party leader | Party/PartyTypes.h | |
| PartyInviteRestriction | EPartyInviteRestriction | Who is allowed to send invitataions to the party? | Party/PartyTypes.h | |
| PartyType | EPartyType | The type of party in terms of advertised joinability restrictions | Party/PartyTypes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPartyPrivacySettings& Other |
Party/PartyTypes.h | ||
bool operator==
(
const FPartyPrivacySettings& Other |
Party/PartyTypes.h |