UE3:SettingsProfile (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:16, 16 August 2009 by Unknown user (talk)
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.
UT3 Object >> SettingsProfile
Package:
Engine

Used to copy data from any Settings class derivative, and store it in a .ini file; Primarily used by the instant action and host game menus, to save game settings values

Properties

DataBindingProperties

Type: array<DataBindingInfo>

Modifiers: config

A list of saved databinding object properties

LocalizedSettings

Type: array<LocalizedSettingInfo>

Modifiers: config

A list of saved localized settings

PropertySettings

Type: array<DataBindingInfo>

Modifiers: config


SettingsClassName

Type: name

Modifiers: config

The class of the settings object which the current data was taken from

Structs

DataBindingInfo

name Property
string Value

LocalizedSettingInfo

int ID
int Value

Instance functions

SaveSettings

function SaveSettings (Settings InObj)


TransferSettings

function TransferSettings (Settings InObj, optional bool bForceTransfer)