FPartyConfiguration

Options for configuring a new party or for updating an existing party

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FPartyConfiguration

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

struct FPartyConfiguration : public TSharedFromThis< FPartyConfiguration >

Remarks

Options for configuring a new party or for updating an existing party

Variables

Name Description

Public variable

bool

 

bChatEnabled

Should have a muc room

Public variable

bool

 

bIsAcceptingMembers

Is accepting members

Public variable

bool

 

bShouldRemoveOnDisconnection

Should remove on disconnection

Public variable

FString

 

Description

Human readable description

Public variable

PartySystemPerm...

 

InvitePermissions

Permission who can send invites

Public variable

EJoinRequestAct...

 

JoinRequestAction

Should publish info to presence

Public variable

int32

 

MaxMembers

Maximum active members allowed. 0 means no maximum.

Public variable

FString

 

Nickname

Human readable nickname

Public variable

int32

 

NotAcceptingMembersReason

Not accepting members reason

Public variable

FString

 

Password

Human readable password for party.

Public variable

PartySystemPerm...

 

PresencePermissions

Permission for how the party can be

Constructors

Name Description

Public function

FPartyConfiguration()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FPartyConfiguration& Other
)

Inequality operator

Public function Const

bool

 

operator==

(
    const FPartyConfiguration& Other
)

Equality operator

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss