Always snap to grid
UE3:UTUIDataStore_Content (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIDataStore >> UTUIDataStore_Content |
Contents |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementProvider
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] AvailableContentProvider
Type: UTUIDataProvider_AvailableContent
Modifiers: transient
Reference to the dataprovider that will provide content that is available for download.
[edit] InstalledContentProvider
Type: UTUIDataProvider_InstalledContent
Modifiers: transient
Reference to the dataprovider that will provide general stats details for a stats row.
[edit] Default values
| Property | Value |
|---|---|
| Tag | 'UTContent' |
[edit] Events
[edit] 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.
