IOnlinePartySystem::IsMemberLeader

Returns true if the user specified by MemberId is the leader of the party specified by PartyId

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool IsMemberLeader
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId,
    const FUniqueNetId & MemberId
) const

Remarks

Returns true if the user specified by MemberId is the leader of the party specified by PartyId

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

id of an existing party

MemberId

id of member to test

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