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

Difference between revisions of "UE3:UTUIDataStore Content (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(class was removed)
 
Line 7: Line 7:
 
| interface1 = UIListElementProvider
 
| interface1 = UIListElementProvider
 
}}
 
}}
{{autogenerated}}
+
{{delete|class no longer exists}}
 
Specific derivation of UIDataStore to expose downloadable content data to the UI.
 
Specific derivation of UIDataStore to expose downloadable content data to the UI.
  

Latest revision as of 07:50, 17 January 2010

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)