UE3:UIConfigFileProvider (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UDK Object >> UIRoot >> UIDataProvider >> UIConfigProvider >> UIConfigFileProvider
Package:
Engine
Known classes within UIConfigFileProvider:
UIConfigSectionProvider
This class in other games:

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