Always snap to grid

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[edit]

ProviderTag[edit]

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[edit]

CleanupDataProvider[edit]

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[edit]

function LoadPropertyValue (name PropertyName, UIObject Widget)

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

OnModifiedProperty[edit]

function bool OnModifiedProperty (name PropertyName, UIObject Widget)


SavePropertyValue[edit]

function SavePropertyValue (name PropertyName, UIObject Widget)