IOnlinePartySystem::GetPartyMemberCount

Returns the number of players in a given party

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

uint32 GetPartyMemberCount
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId
) const

Remarks

Returns the number of players in a given party

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

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