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)

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

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