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[edit]
curResponse[edit]
Type: WebResponse
Modifiers: protected
curSettings[edit]
Type: Settings
Modifiers: protected
groups[edit]
Type: array<SettingsGroup>
namePrefix[edit]
Type: string
Modifiers: protected
Prefix for variable names
path[edit]
Type: string
Modifiers: protected
The base path to load the include files from
prefix[edit]
Type: string
Modifiers: protected
Prefix of all include files.
Structs[edit]
SettingsGroup[edit]
SortedSetting[edit]
- 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[edit]
cleanup[edit]
createGroups[edit]
Creates the settings groups
defaultSubst[edit]
Set the default substitution parts for the current property
getFilePrefix[edit]
getLocalizedSettingText[edit]
Get a readable name for the current localized property
getNamePrefix[edit]
getPath[edit]
getSettingText[edit]
Get a name for the current setting property.
init[edit]
Initialization when the instance is created.
initEx[edit]
Used to initialize the rendered for an IAdvWebAdminSettings instance
render[edit]
Render all properties of the given settings instance
renderGroup[edit]
Render a selection of settings
renderIdMapped[edit]
renderLocalizedSetting[edit]
Render a localized property
renderPredefinedValues[edit]
renderRanged[edit]
renderRaw[edit]
sortSettings[edit]
Sort all settings based on their name