I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:SettingsMenu (UE2Runtime)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> SettingsMenu |
Contents
- 1 Properties
- 1.1 AllowClose
- 1.2 AudioTabHint
- 1.3 AudioTabLabel
- 1.4 ControlsTabHint
- 1.5 ControlsTabLabel
- 1.6 DetailsTabHint
- 1.7 DetailsTabLabel
- 1.8 GameTabHint
- 1.9 GameTabLabel
- 1.10 HudTabHint
- 1.11 HudTabLabel
- 1.12 IForceTabHint
- 1.13 IForceTabLabel
- 1.14 NetworkTabHint
- 1.15 NetworkTabLabel
- 1.16 PlayerTabHint
- 1.17 PlayerTabLabel
- 1.18 pNetwork
- 1.19 pPlayer
- 1.20 SavedPitch
- 1.21 SpeechBinderTabHint
- 1.22 SpeechBinderTabLabel
- 1.23 VideoTabHint
- 1.24 VideoTabLabel
- 1.25 WeaponsTabHint
- 1.26 WeaponsTabLabel
- 1.27 Default values
- 2 Functions
- Package:
- RTInterface
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. |
null
Properties
AllowClose
Type: bool
AudioTabHint
Type: string
Modifiers: localized
Default value: "Adjust your audio experience..."
AudioTabLabel
Type: string
Modifiers: localized
Default value: "Audio"
ControlsTabHint
Type: string
Modifiers: localized
Default value: "Configure your controls..."
ControlsTabLabel
Type: string
Modifiers: localized
Default value: "Controls"
DetailsTabHint
Type: string
Modifiers: localized
Default value: "Adjust the detail settings for better graphics or faster framerate..."
DetailsTabLabel
Type: string
Modifiers: localized
Default value: "Details"
GameTabHint
Type: string
Modifiers: localized
GameTabLabel
Type: string
Modifiers: localized
Default value: "Runtime"
HudTabHint
Type: string
Modifiers: localized
HudTabLabel
Type: string
Modifiers: localized
Default value: "HUD"
IForceTabHint
Type: string
Modifiers: localized
Default value: "Configure input device options..."
IForceTabLabel
Type: string
Modifiers: localized
Default value: "Input"
NetworkTabHint
Type: string
Modifiers: localized
Default value: "Configure online and LAN play..."
NetworkTabLabel
Type: string
Modifiers: localized
Default value: "Network"
PlayerTabHint
Type: string
Modifiers: localized
Default value: "Configure your Avatar..."
PlayerTabLabel
Type: string
Modifiers: localized
Default value: "Avatar"
pNetwork
Type: Tab_NetworkSettings
pPlayer
Type: Tab_PlayerSettings
SavedPitch
Type: float
SpeechBinderTabHint
Type: string
Modifiers: localized
SpeechBinderTabLabel
Type: string
Modifiers: localized
VideoTabHint
Type: string
Modifiers: localized
Default value: "Select your resolution and change your brightness..."
VideoTabLabel
Type: string
Modifiers: localized
Default value: "Video"
WeaponsTabHint
Type: string
Modifiers: localized
WeaponsTabLabel
Type: string
Modifiers: localized
Default values
Property | Value |
---|---|
__OnCanClose__Delegate | |
__OnClose__Delegate | |
__OnKeyEvent__Delegate | |
Background | Texture'RuntimeInterfaceContent.urt_bg3' |
bAllowedAsLast | True |
Controls[0] | GUITitleBar'RTInterface.SettingsMenu.SettingHeader' |
Controls[1] | GUITabControl'RTInterface.SettingsMenu.SettingTabs' |
Controls[2] | GUITitleBar'RTInterface.SettingsMenu.SettingFooter' |
Controls[3] | GUIButton'RTInterface.SettingsMenu.QuitButton' |
WinHeight | 1.0 |
Functions
Events
ChangeHint
Overrides: GUIPage.ChangeHint
NotifyLevelChange
Overrides: GUIPage.NotifyLevelChange
Other instance functions
ButtonClick
CanClose
InitComponent
Overrides: GUIPage.InitComponent