I don't need to test my programs. I have an error-correcting modem.
UE3:UIConfigFileProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIConfigProvider >> UIConfigFileProvider |
Contents
- Package:
- Engine
- Known classes within UIConfigFileProvider:
- UIConfigSectionProvider
- This class in other games:
- UDK
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. |
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-2007 Epic Games, Inc. All Rights Reserved
Properties
ConfigFileName
Type: string
Modifiers: noexport, transient
the name of the config file associated with this data provider
Sections
Type: array<UIConfigSectionProvider>
Modifiers: transient
the list of sections in this config file