Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UT2K4PerformWarn (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

(C) 2002, Epic Games

Properties[edit]

ch_NeverShowAgain[edit]

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'HideCheckbox'

Default values[edit]

Property Value
OpenSound Sound'MenuSounds.SelectDshort'

Subobjects[edit]

DialogText[edit]

Class: XInterface.GUILabel

Property Value
Caption "WARNING"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.04
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

DialogText2[edit]

Class: XInterface.GUILabel

Property Value
Caption "The change you are making may adversely affect your performance."
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.04
WinLeft 0.0
WinTop 0.45
WinWidth 1.0

HideCheckbox[edit]

Class: XInterface.moCheckBox

Property Value
bFlipped True
Caption " do not display this warning again"
CaptionWidth 0.93
ComponentJustification TXTA_Left
ComponentWidth 0.07
FontScale FNS_Small
Hint "Check this to disable showing warning messages when adjusting properties in the Settings menu"
IniOption "@Internal"
LabelJustification TXTA_Left
OnChange CheckBoxClick
OnLoadINI InternalOnLoadIni
TabOrder 1
WinHeight 0.03
WinLeft 0.3125
WinTop 0.499479
WinWidth 0.37

OkButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
TabOrder 0
WinHeight 0.04
WinLeft 0.439063
WinTop 0.55
WinWidth 0.121875

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: UT2K4GenericMessageBox.HandleParameters


Timer[edit]

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions[edit]

CheckBoxClick[edit]

function CheckBoxClick (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GenericMessageBox.InternalOnClick


InternalOnLoadIni[edit]

function InternalOnLoadIni (GUIComponent Sender, string Value)