I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UIConfigFileProvider (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> UIRoot >> UIDataProvider >> UIConfigProvider >> UIConfigFileProvider |
Contents
- Package:
- Engine
- Known classes within UIConfigFileProvider:
- UIConfigSectionProvider
- This class in other games:
- UT3
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[edit]
ConfigFileName[edit]
Type: string
Modifiers: noexport, transient
the name of the config file associated with this data provider
Sections[edit]
Type: array<UIConfigSectionProvider>
Modifiers: transient
the list of sections in this config file