UE3:SettingsProfile (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:DataBindingInfo (UT3))
Jump to navigation Jump to search
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)