Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/APartyBeaconHost
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 |
int32 GetTeamForCurrentPlayer
&40;
const FUniqueNetId & PlayerId
&41; const
Remarks
Finds the current team assignment of the given player net id. Looks at the reservation entries to find the player. index of team assignment for the given player, INDEX_NONE if not found
Parameters
| Name | Description |
|---|---|
| PlayerId | net id of player to find |