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
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIConfigProvider >> UIConfigFileProvider
Package: 
Engine
Known classes within UIConfigFileProvider:
UIConfigSectionProvider
This class in other games:
UDK

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