My program doesn't have bugs. It just develops random features.

UE3:TeamDataProvider (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
Engine
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

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<PlayerDataProviderAllPlayers)

Rebuilds the Players list. Called whenever a player changes teams.

Parameters:

  • AllPlayers - a list of all PlayerDataProviders in the game.