Mostly Harmless
Difference between revisions of "UE3:SettingsProfile (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (1 revision: UT3 Titan Pack classes) |
(No difference)
|
Latest revision as of 01:24, 16 August 2009
Object >> SettingsProfile |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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[edit]
DataBindingProperties[edit]
Type: array<DataBindingInfo>
Modifiers: config
A list of saved databinding object properties
LocalizedSettings[edit]
Type: array<LocalizedSettingInfo>
Modifiers: config
A list of saved localized settings
PropertySettings[edit]
Type: array<DataBindingInfo>
Modifiers: config
SettingsClassName[edit]
Type: name
Modifiers: config
The class of the settings object which the current data was taken from
Structs[edit]
DataBindingInfo[edit]
LocalizedSettingInfo[edit]
Instance functions[edit]
SaveSettings[edit]
function SaveSettings (Settings InObj)