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
ch_NeverShowAgain
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'HideCheckbox'
Default values
Subobjects
DialogText
Class: XInterface.GUILabel
DialogText2
Class: XInterface.GUILabel
HideCheckbox
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
Class: XInterface.GUIButton
Functions
Events
HandleParameters
Overrides: UT2K4GenericMessageBox.HandleParameters
Timer
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions
CheckBoxClick
function CheckBoxClick (GUIComponent Sender)
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
Overrides: UT2K4GenericMessageBox.InternalOnClick
InternalOnLoadIni
function InternalOnLoadIni (GUIComponent Sender, string Value)