IOnlinePartySystem::CreateParty

Create a new party

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool CreateParty
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyTypeId PartyTypeId,
    const FPartyConfiguration & PartyConfig,
    const FOnCreatePartyComplete & Delegate
)

Remarks

Create a new party

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyConfig

configuration for the party (can be updated later)

Delegate

called on completion

UserRoomId

this forces the name of the room to be this value

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