Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/UPartyBeaconState
Description
Determine the team number for the given party reservation request. Uses the list of current reservations to determine what teams have open slots.
| Name | GetTeamAssignment |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconState.h |
| Include Path | #include "PartyBeaconState.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconState.cpp |
virtual int32 GetTeamAssignment
(
const FPartyReservation & Party
)
index of the team to assign to all members of this party
Parameters
| Name | Remarks |
|---|---|
| PartyRequest | the party reservation request received from the client beacon |