FOnlineParty

Current state associated with a party

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FOnlineParty

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

class FOnlineParty : public TSharedFromThis< FOnlineParty >

Remarks

Current state associated with a party

Variables

Name Description

Public variable

TSharedPtr< con...

 

LeaderId

Unique id of the leader

Public variable

TSharedRef< con...

 

PartyId

Unique id of the party

Public variable

const FOnlinePa...

 

PartyTypeId

Type of party (e.g., Primary)

Public variable

EPartyState

 

PreviousState

The previous state of the party

Public variable

FChatRoomId

 

RoomId

Id of chat room associated with the party

Public variable

EPartyState

 

State

The current state of the party

Constructors

Name Description

Protected function

FOnlineParty

(
    const TSharedRef< const FOnlinePart...,
    const FOnlinePartyTypeId InPartyTyp...
)

Destructors

Name Description

Public function Virtual

~FOnlineParty()

Functions

Name Description

Public function Const

bool

 

CanLocalUserInvite

(
    const FUniqueNetId& LocalUserId
)

Check if the local user has invite permissions in this party.

Public function Const

TSharedRef< ...

 

GetConfiguration()

Get the party's configuration

Public function Const

bool

 

IsJoinable()

Is this party joinable?

Public function Virtual

void

 

SetState

(
    EPartyState InState
)

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