Cogito, ergo sum

UE3:UIDataStore_Registry (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Registry
Package: 
Engine
This class in other games:
UDK

Provides a general purpose global storage area for game or configuration data.

Properties

RegistryDataProvider

Type: UIDynamicFieldProvider

Modifiers: protected

The data provider that contains the data fields which have been added to this data store.

Default values

Property Value
Tag 'Registry'
WriteAccessType ACCESS_WriteAll

Instance functions

GetDataProvider

final function UIDynamicFieldProvider GetDataProvider ()

Returns:

the data provider which stores all registry data.