Always snap to grid
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[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)
Parameters:
- FieldName - Name of the field to return the provider for.
Returns:
- Returns a stats element provider given its field name.