Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIConfigFileProvider

Extends
UIConfigProvider
Modifiers
native ( inherit ) transient

This datastore provides access to a list of data providers which provide data for any file which is handled by the engine's config cache system, such as .ini and .int files. There is one ConfigFileProvider for each ini/int file, and contains a list of providers for sections in that file. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIConfigProvider
         |   
         +-- Engine.UIConfigFileProvider

Variables Summary
stringConfigFileName
array<UIConfigSectionProvider>Sections
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
Inherited Functions from Engine.UIDataProvider
AddPropertyNotificationChangeRequest, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetSupportedScriptFields, NotifyPropertyChanged, RemovePropertyNotificationChangeRequest, SetFieldValue


Variables Detail

ConfigFileName Source code

var noexport transient string ConfigFileName;
the name of the config file associated with this data provider

Sections Source code

var transient array<UIConfigSectionProvider> Sections;
the list of sections in this config file


Defaultproperties

defaultproperties
{
   Name="Default__UIConfigFileProvider"
   ObjectArchetype=UIConfigProvider'Engine.Default__UIConfigProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:46.539 - Created with UnCodeX