I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:SettingsMenu (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> SettingsMenu
Package: 
RTInterface

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

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


NotifyLevelChange

event NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Other instance functions

ButtonClick

function bool ButtonClick (GUIComponent Sender)


CanClose

function bool CanClose (optional bool bCanceled)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClose

function InternalOnClose (optional bool bCanceled)


MyKeyEvent

function bool MyKeyEvent (out byte Key, out byte State, float delta)


ResumeGame

function ResumeGame ()


TabChange

function TabChange (GUIComponent Sender)