There is no spoon

UE3:UISettingsProvider (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 >> UIPropertyDataProvider >> UISettingsProvider
Package: 
Engine
Direct subclass:
SessionSettingsProvider
This class in other games:
UT3

Base class for data providers which provide settings data.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Properties

ProviderTag

Type: name

Modifiers: const

The tag to use for this provider. This is the name that will appear in the data store browser for this data provider's tree item.

Default value: 'SettingsProvider'

Instance functions

CleanupDataProvider

function bool CleanupDataProvider ()

Allows the data provider to clear any references that would interfere with garbage collection.

Returns:

TRUE if the instance reference was successfully cleared.

LoadPropertyValue

function LoadPropertyValue (name PropertyName, UIObject Widget)

Stores the options related to creating or connecting to game sessions that have been selected thus far.

OnModifiedProperty

function bool OnModifiedProperty (name PropertyName, UIObject Widget)


SavePropertyValue

function SavePropertyValue (name PropertyName, UIObject Widget)