IOnlinePartySystem::UpdatePartyMemberData

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

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool UpdatePartyMemberData
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FName & Namespace,
    const FOnlinePartyData & PartyMemberData
)

Remarks

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

Returns

true if task was started

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

Namespace

namespace for the data

PartyMemberData

member 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