The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UIDataProvider_SettingsArray (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIDataProvider_SettingsArray
Package: 
Engine
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UDK

This class is responsible for exposing string settings as arrays to the ui

Properties[edit]

ColumnHeaderText[edit]

Type: string

Modifiers: const

string to use in list column headers for this setting; assigned from the ColumnHeaderText property for the corresponding property or setting from the Settings object.

Settings[edit]

Type: Settings

Holds the settings object that will be exposed to the UI

SettingsId[edit]

Type: int

The settings id this provider is responsible for managing

SettingsName[edit]

Type: name

Cache for faster compares

Values[edit]

Type: array<Settings.IdToStringMapping>

Cached set of possible values for this array

Default values[edit]

Property Value
WriteAccessType ACCESS_WriteAll