Gah - a solution with more questions. – EntropicLqd

UE3:UISettingsProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UISettingsProvider
Package: 
Engine
Direct subclasses:
PlayerSettingsProvider, SessionSettingsProvider
This class in other games:
UDK

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)