Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTUIDataStore_Content (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> UIRoot >> UIDataProvider >> UIDataStore >> UTUIDataStore_Content
Package: 
UTGame
Implemented interfaces
UIListElementProvider
This class in other games:
UT3

Specific derivation of UIDataStore to expose downloadable content data to the UI.

Properties[edit]

AvailableContentProvider[edit]

Type: UTUIDataProvider_AvailableContent

Modifiers: transient

Reference to the dataprovider that will provide content that is available for download.

InstalledContentProvider[edit]

Type: UTUIDataProvider_InstalledContent

Modifiers: transient

Reference to the dataprovider that will provide general stats details for a stats row.

Default values[edit]

Property Value
Tag 'UTContent'

Events[edit]

GetElementProviderFromName[edit]

event UTUIDataProvider_SimpleElementProvider GetElementProviderFromName (name FieldName)