UPartyBeaconState::GetTeamAssignment

Determine the team number for the given party reservation request.

Windows
MacOS
Linux

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

Syntax

virtual int32 GetTeamAssignment
(
    const FPartyReservation & Party
)

Remarks

Determine the team number for the given party reservation request. Uses the list of current reservations to determine what teams have open slots.

Returns

index of the team to assign to all members of this party

Parameters

Parameter

Description

PartyRequest

the party reservation request received from the client beacon

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