I'm a doctor, not a mechanic
UE3:SettingsRenderer (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> SettingsRenderer |
- Package:
- WebAdmin
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] curResponse
Type: WebResponse
Modifiers: protected
[edit] curSettings
Type: Settings
Modifiers: protected
[edit] groups
Type: array<SettingsGroup>
[edit] namePrefix
Type: string
Modifiers: protected
Prefix for variable names
[edit] path
Type: string
Modifiers: protected
The base path to load the include files from
[edit] prefix
Type: string
Modifiers: protected
Prefix of all include files.
[edit] Structs
[edit] SettingsGroup
[edit] 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
[edit] Instance functions
[edit] cleanup
[edit] createGroups
Creates the settings groups
[edit] defaultSubst
Set the default substitution parts for the current property
[edit] getFilePrefix
[edit] getLocalizedSettingText
Get a readable name for the current localized property
[edit] getNamePrefix
[edit] getPath
[edit] getSettingText
Get a name for the current setting property.
[edit] init
Initialization when the instance is created.
[edit] initEx
Used to initialize the rendered for an IAdvWebAdminSettings instance
[edit] render
Render all properties of the given settings instance
[edit] renderGroup
Render a selection of settings
[edit] renderIdMapped
[edit] renderLocalizedSetting
Render a localized property
[edit] renderPredefinedValues
[edit] renderRanged
[edit] renderRaw
[edit] sortSettings
Sort all settings based on their name
