There is no spoon

UE2:UT2K4GenericMessageBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox
Package: 
GUI2K4
Direct subclasses:
UT2K4GetDataMenu, UT2K4PerformWarn, UT2K4VideoChangeOK

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]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


Other instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)