IOnlinePartySystem::GetPartyMemberData

Get current cached data associated with a party member FOnPartyMemberDataReceived notification called whenever this data changes

Windows
MacOS
Linux

Deprecated

  • Party data is separated by namespace. Use GetPartyMemberData that has a Namespace parameter.

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

virtual FOnlinePartyDataConstPtr GetPartyMemberData
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & MemberId
) const

Remarks

Get current cached data associated with a party member FOnPartyMemberDataReceived notification called whenever this data changes

Returns

party member data or nullptr if not found

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

MemberId

id of member to find data for

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