I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UWindowMessageBoxCW (UT)
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UWindowMessageBoxCW |
Contents
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. |
null
Properties[edit]
Buttons[edit]
Type: UWindowBase.MessageBoxButtons
CancelButton[edit]
Type: UWindowSmallButton
CancelText[edit]
Type: string
Modifiers: localized
Default value: "Cancel"
EnterResult[edit]
Type: UWindowBase.MessageBoxResult
MessageArea[edit]
Type: UWindowMessageBoxArea
NoButton[edit]
Type: UWindowSmallButton
NoText[edit]
Type: string
Modifiers: localized
Default value: "No"
OKButton[edit]
Type: UWindowSmallButton
OKText[edit]
Type: string
Modifiers: localized
Default value: "OK"
YesButton[edit]
Type: UWindowSmallButton
YesText[edit]
Type: string
Modifiers: localized
Default value: "Yes"
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
Created[edit]
Overrides: UWindowWindow.Created
GetHeight[edit]
KeyDown[edit]
Overrides: UWindowWindow.KeyDown
Notify[edit]
Overrides: UWindowDialogClientWindow.Notify
Paint[edit]
Overrides: UWindowDialogClientWindow.Paint
Resized[edit]
Overrides: UWindowWindow.Resized