Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
FOnlinePartyDataConstPtr GetPartyMemberData
&40;
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
const FUniqueNetId & MemberId,
const FName & Namespace
&41; const
Remarks
Get current cached data associated with a party member FOnPartyMemberDataReceived notification called whenever this data changes party member data or nullptr if not found
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
| MemberId | id of member to find data for |
| Namespace | namespace of data |