IOnlinePartySystem::UpdateParty

Update an existing party with new configuration

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool UpdateParty
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FPartyConfiguration & PartyConfig,
    bool bShouldRegenerateReservationKey,
    const FOnUpdatePartyComplete & Delegate
)

Remarks

Update an existing party with new configuration

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyConfig

configuration for the party

Delegate

called on completion

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