There is no spoon
UE2:UT2K4GenericMessageBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox |
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4GetDataMenu, UT2K4PerformWarn, UT2K4VideoChangeOK
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. |
Generic message box. For any dialog box that has nothing but a caption, message, and OK button.
Written by Matt Oelfke (C) 2003, Epic Games
Properties[edit]
b_OK[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'OkButton'
l_Text[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'DialogText'
l_Text2[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'DialogText2'
Default values[edit]
Property | Value |
---|---|
OnKeyEvent | InternalOnKeyEvent |
Subobjects[edit]
DialogText[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "WARNING" |
FontScale | FNS_Large |
StyleName | "TextButton" |
TextAlign | TXTA_Center |
VertAlign | TXTA_Center |
WinHeight | 0.042149 |
WinLeft | 0.056771 |
WinTop | 0.389843 |
WinWidth | 0.884722 |
DialogText2[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
bMultiLine | True |
StyleName | "TextLabel" |
TextAlign | TXTA_Center |
WinHeight | 0.126524 |
WinLeft | 0.04375 |
WinTop | 0.431249 |
WinWidth | 0.9125 |
OkButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "OK" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.4 |
WinTop | 0.549479 |
WinWidth | 0.2 |
Functions[edit]
Events[edit]
HandleParameters[edit]
Overrides: GUIPage.HandleParameters
Other instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)