Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Options for configuring a new party or for updating an existing party
| Name | FPartyConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
struct FPartyConfiguration : public TSharedFromThis< FPartyConfiguration >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPartyConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPartyConfiguration() |
Interfaces/OnlinePartyInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bChatEnabled | bool | Should have a muc room | Interfaces/OnlinePartyInterface.h | |
| bIsAcceptingMembers | bool | Is accepting members | Interfaces/OnlinePartyInterface.h | |
| bShouldRemoveOnDisconnection | bool | Should remove on disconnection | Interfaces/OnlinePartyInterface.h | |
| Description | FString | Human readable description | Interfaces/OnlinePartyInterface.h | |
| InvitePermissions | PartySystemPermissions::EPermissionType | Permission who can send invites | Interfaces/OnlinePartyInterface.h | |
| JoinRequestAction | EJoinRequestAction | Should publish info to presence | Interfaces/OnlinePartyInterface.h | |
| MaxMembers | int32 | Maximum active members allowed. 0 means no maximum. | Interfaces/OnlinePartyInterface.h | |
| Nickname | FString | Human readable nickname | Interfaces/OnlinePartyInterface.h | |
| NotAcceptingMembersReason | int32 | Not accepting members reason | Interfaces/OnlinePartyInterface.h | |
| Password | FString | Human readable password for party. | Interfaces/OnlinePartyInterface.h | |
| PresencePermissions | PartySystemPermissions::EPermissionType | Permission for how the party can be | Interfaces/OnlinePartyInterface.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPartyConfiguration& Other |
Inequality operator | Interfaces/OnlinePartyInterface.h | |
bool operator==
(
const FPartyConfiguration& Other |
Equality operator | Interfaces/OnlinePartyInterface.h |