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 bool SwapTeams
&40;
const FUniqueNetIdRepl & PartyLeader,
const FUniqueNetIdRepl & OtherPartyLeader
&41;
Remarks
Swap the parties between teams, parties must be of same size true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| PartyLeader | party 1 to swap |
| OtherPartyLeader | party 2 to swap |