I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIDataStore_Content (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UTUIDataStore_Content |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementProvider
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Specific derivation of UIDataStore to expose downloadable content data to the UI.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
AvailableContentProvider
Type: UTUIDataProvider_AvailableContent
Modifiers: transient
Reference to the dataprovider that will provide content that is available for download.
InstalledContentProvider
Type: UTUIDataProvider_InstalledContent
Modifiers: transient
Reference to the dataprovider that will provide general stats details for a stats row.
Default values
Property | Value |
---|---|
Tag | 'UTContent' |
Events
GetElementProviderFromName
event UTUIDataProvider_SimpleElementProvider GetElementProviderFromName (name FieldName)
Parameters:
- FieldName - Name of the field to return the provider for.
Returns:
- Returns a stats element provider given its field name.