IOnlinePartySystem::UpdatePartyData

Set party data and broadcast to all members Only current data can be set and no history of past party data is preserved Party members notified of new data (see FOnPartyDataReceived)

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool UpdatePartyData
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FOnlinePartyData & PartyData
)

Remarks

Set party data and broadcast to all members Only current data can be set and no history of past party data is preserved Party members notified of new data (see FOnPartyDataReceived)

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

PartyData

data to send to all party members

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