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 |
int32 GetPlayersOnTeam
&40;
int32 TeamIndex,
TArray< FUniqueNetIdRepl > & TeamMembers
&41; const
Remarks
Get all the known players on a given team number of players on team, 0 if invalid
Parameters
| Name | Description |
|---|---|
| TeamIndex | valid team index to query |
| TeamMembers | [out] array of unique ids found to be on the given team |