UE3:TeamDataProvider (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIDynamicDataProvider >> TeamDataProvider |
- Package:
- Engine
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Provides data about an instance of the TeamInfo class in the game.
Properties
PlayerListFieldName
Type: name
Modifiers: const
The tag used to access the list of players on this team
Default value: 'Players'
Players
Type: array<PlayerDataProvider>
The list of players on the team bound to this provider.
Default values
Property | Value |
---|---|
DataClass | Class'Engine.TeamInfo' |
Instance functions
RegeneratePlayerLists
function RegeneratePlayerLists (array<PlayerDataProvider> AllPlayers)
Rebuilds the Players list. Called whenever a player changes teams.
Parameters:
- AllPlayers - a list of all PlayerDataProviders in the game.