Cogito, ergo sum
UE2:UT2K4PerformWarn (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4PerformWarn |
- Package:
- GUI2K4
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. |
(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]
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)