| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Specific derivation of UIDataStore to expose downloadable content data to the UI. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIDataStore
|
+-- UTGame.UTUIDataStore_Content
| Variables Summary | |
|---|---|
| UTUIDataProvider_AvailableContent | AvailableContentProvider |
| UTUIDataProvider_InstalledContent | InstalledContentProvider |
| Inherited Variables from Engine.UIDataStore |
|---|
| RefreshSubscriberNotifies, Tag |
| Inherited Variables from Engine.UIDataProvider |
|---|
| ProviderChangedNotifies, WriteAccessType |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.UIDataProvider |
|---|
| EProviderAccessType |
| Structures Summary |
|---|
| Inherited Structures from Engine.UIDataProvider |
|---|
| UIDataProviderField |
| Functions Summary | ||
|---|---|---|
![]() | UTUIDataProvider_SimpleElementProvider | GetElementProviderFromName (name FieldName)) |
| Inherited Functions from Engine.UIDataStore |
|---|
| GetDataStoreClient, NotifyGameSessionEnded, OnCommit, RefreshSubscribers, Registered, SubscriberAttached, SubscriberDetached, Unregistered |
| Variables Detail |
|---|
Reference to the dataprovider that will provide content that is available for download.
Reference to the dataprovider that will provide general stats details for a stats row.
| Functions Detail |
|---|
GetElementProviderFromName Source code
@param FieldName Name of the field to return the provider for.
@return Returns a stats element provider given its field name.
| Defaultproperties |
|---|
defaultproperties
{
Tag="UTContent"
Name="Default__UTUIDataStore_Content"
ObjectArchetype=UIDataStore'Engine.Default__UIDataStore'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||