Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/APartyBeaconHost
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconHost.h |
| Include | #include "PartyBeaconHost.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconHost.cpp |
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 |