IOnlinePartySystem::GetJoinedParties

Get a list of currently joined parties for the user

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool GetJoinedParties
(
    const FUniqueNetId & LocalUserId,
    TArray< TSharedRef< const FOnlinePartyId >> & OutPartyIdArray
) const

Remarks

Get a list of currently joined parties for the user

Returns

true if entries found

Parameters

Parameter

Description

LocalUserId

user making the request

OutPartyIdArray

list of party ids joined by the current user

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