Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "UE3:UIDataStore Registry (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (1 revision: class descriptions for UDK January update (part 6)) |
(No difference)
|
Latest revision as of 05:50, 17 January 2010
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Registry |
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. |
Provides a general purpose global storage area for game or configuration data.
Properties[edit]
RegistryDataProvider[edit]
Type: UIDynamicFieldProvider
Modifiers: protected
The data provider that contains the data fields which have been added to this data store.
Default values[edit]
Property | Value |
---|---|
Tag | 'Registry' |
WriteAccessType | ACCESS_WriteAll |
Instance functions[edit]
GetDataProvider[edit]
final function UIDynamicFieldProvider GetDataProvider ()
Returns:
- the data provider which stores all registry data.