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 int32 GetTeamAssignment
&40;
const FPartyReservation & Party
&41;
Remarks
Determine the team number for the given party reservation request. Uses the list of current reservations to determine what teams have open slots. index of the team to assign to all members of this party
Parameters
| Name | Description |
|---|---|
| PartyRequest | the party reservation request received from the client beacon |