I don't need to test my programs. I have an error-correcting modem.

UE2:Settings_Tabs (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> Settings_Tabs
Package: 
GUI2K4
Direct subclasses:
UT2K4Tab_DetailSettings, UT2K4Tab_AudioSettings, UT2K4Tab_GUISettings, UT2K4Tab_GameSettings, UT2K4Tab_HudSettings, UT2K4Tab_IForceSettings, UT2K4Tab_PlayerSettings, UT2K4Tab_WeaponPref

Base class for all settings pages

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

bAlwaysApply

Type: bool


Default value: True

bExpert

Type: bool

Modifiers: globalconfig


bNeedApply

Type: bool


PerformanceWarningMenu

Type: string


Default value: "GUI2K4.UT2K4PerformWarn"

PerformanceWarningText

Type: string

Modifiers: localized


Default value: "The change you are making may adversely affect your performance."

Setting

Type: UT2K4SettingsPage


t_Footer

Type: GUIFooter


WarningCounter

Type: float


WarningLength

Type: float


Default values

Property Value
FadeInTime 0.15

Functions

Events

Closed

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Opened

event Opened (GUIComponent Sender)

Overrides: GUIMultiComponent.Opened


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

AcceptClicked

function AcceptClicked ()


DrawPerfWarn

function DrawPerfWarn (Canvas C)


GetNativeClassName

function string GetNativeClassName (string VarName)


InternalOnChange

function InternalOnChange (GUIComponent Sender)


ResetClicked

function ResetClicked ()


SaveSettings

function SaveSettings ()


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


ShowPerformanceWarning

function ShowPerformanceWarning (optional float Seconds)