UPartyBeaconState::GetPartyLeader

Get the party leader for a given unique id

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconState.h

Include

#include "PartyBeaconState.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconState.cpp

Syntax

virtual bool GetPartyLeader
(
    const FUniqueNetIdRepl & InPartyMemberId,
    FUniqueNetIdRepl & OutPartyLeaderId
) const

Remarks

Get the party leader for a given unique id

Returns

true if a party leader was found for a given user id, false otherwise

Parameters

Parameter

Description

InPartyMemberId

valid party member of some reservation looking for its leader

OutPartyLeaderId

valid party leader id for the given party member if found, invalid if function returns false

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