The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UIDataStore_Registry (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:12, 17 January 2010 by (Talk)

Jump to: navigation, search
UDK Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Registry
Package: 
Engine
This class in other games:
UT3

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.