Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/UPartyBeaconState
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 |
virtual bool GetPartyLeader
&40;
const FUniqueNetIdRepl & InPartyMemberId,
FUniqueNetIdRepl & OutPartyLeaderId
&41; const
Remarks
Get the party leader for a given unique id true if a party leader was found for a given user id, false otherwise
Parameters
| Name | 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 |