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 SwapTeams
&40;
const FUniqueNetIdRepl & PartyLeader,
const FUniqueNetIdRepl & OtherPartyLeader
&41;
Remarks
Swap the parties between teams, parties must be able to fit on other team after swap true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| PartyLeader | party 1 to swap |
| OtherPartyLeader | party 2 to swap |