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 |
virtual void UpdatePartyLeader
&40;
const FUniqueNetIdRepl & InPartyMemberId,
const FUniqueNetIdRepl & NewPartyLeaderId
&41;
Remarks
Update party leader for a given player with the reservation beacon (needed when party leader leaves, reservation beacon is in a temp/bad state until someone updates this)
Parameters
| Name | Description |
|---|---|
| InPartyMemberId | party member making the update |
| NewPartyLeaderId | id of new leader |