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
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> Settings_Tabs |
Contents
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4Tab_DetailSettings, UT2K4Tab_AudioSettings, UT2K4Tab_GUISettings, UT2K4Tab_GameSettings, UT2K4Tab_HudSettings, UT2K4Tab_IForceSettings, UT2K4Tab_PlayerSettings, UT2K4Tab_WeaponPref
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. |
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
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
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)