UE3:UIDataProvider_OnlinePlayerStorageArray (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> UIRoot >> UIDataProvider >> UIDataProvider_OnlinePlayerStorageArray
Package:
Engine
Implemented interfaces:
UIListElementCellProvider, UIListElementProvider

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

Properties

ColumnHeaderText

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.

PlayerStorage

Type: OnlinePlayerStorage

Holds the storage object that will be exposed to the UI

PlayerStorageId

Type: int

The settings id this provider is responsible for managing

PlayerStorageName

Type: name

Cache for faster compares

Values

Type: array<name>

Cached set of possible values for this array

Default values

Property Value
WriteAccessType ACCESS_WriteAll