Cogito, ergo sum
UE3:SettingsRenderer (UT3)
Object >> SettingsRenderer |
Contents
- 1 Properties
- 2 Structs
- 3 Instance functions
- 3.1 cleanup
- 3.2 createGroups
- 3.3 defaultSubst
- 3.4 getFilePrefix
- 3.5 getLocalizedSettingText
- 3.6 getNamePrefix
- 3.7 getPath
- 3.8 getSettingText
- 3.9 init
- 3.10 initEx
- 3.11 render
- 3.12 renderGroup
- 3.13 renderIdMapped
- 3.14 renderLocalizedSetting
- 3.15 renderPredefinedValues
- 3.16 renderRanged
- 3.17 renderRaw
- 3.18 sortSettings
- Package:
- WebAdmin
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. |
This class provides the functionality to render a HTML page of a Settings instance.
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Properties
curResponse
Type: WebResponse
Modifiers: protected
curSettings
Type: Settings
Modifiers: protected
groups
Type: array<SettingsGroup>
namePrefix
Type: string
Modifiers: protected
Prefix for variable names
path
Type: string
Modifiers: protected
The base path to load the include files from
prefix
Type: string
Modifiers: protected
Prefix of all include files.
Structs
SettingsGroup
SortedSetting
- string txt
- int idx
- index of this item in one of the whole lists
- bool isLocalized
- if true it's a localized setting rather than a property
Instance functions
cleanup
createGroups
Creates the settings groups
defaultSubst
Set the default substitution parts for the current property
getFilePrefix
getLocalizedSettingText
Get a readable name for the current localized property
getNamePrefix
getPath
getSettingText
Get a name for the current setting property.
init
Initialization when the instance is created.
initEx
Used to initialize the rendered for an IAdvWebAdminSettings instance
render
Render all properties of the given settings instance
renderGroup
Render a selection of settings
renderIdMapped
renderLocalizedSetting
Render a localized property
renderPredefinedValues
renderRanged
renderRaw
sortSettings
Sort all settings based on their name