Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UIDataStore_Registry (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
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
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.