I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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[edit]

PlayerListFieldName[edit]

Type: name

Modifiers: const

The tag used to access the list of players on this team

Default value: 'Players'

Players[edit]

Type: array<PlayerDataProvider>

The list of players on the team bound to this provider.

Default values[edit]

Property Value
DataClass Class'Engine.TeamInfo'

Instance functions[edit]

RegeneratePlayerLists[edit]

function RegeneratePlayerLists (array<PlayerDataProviderAllPlayers)

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

Parameters:

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