APartyBeaconHost::SwapTeams

Swap the parties between teams, parties must be of same size

Windows
MacOS
Linux

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

Syntax

virtual bool SwapTeams
(
    const FUniqueNetIdRepl & PartyLeader,
    const FUniqueNetIdRepl & OtherPartyLeader
)

Remarks

Swap the parties between teams, parties must be of same size

Returns

true if successful, false otherwise

Parameters

Parameter

Description

PartyLeader

party 1 to swap

OtherPartyLeader

party 2 to swap

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss