I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowMessageBoxCW (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
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]
function Created ()
Overrides: UWindowWindow.Created
GetHeight[edit]
KeyDown[edit]
Overrides: UWindowWindow.KeyDown
Notify[edit]
function Notify (UWindowDialogControl C, byte E)
Overrides: UWindowDialogClientWindow.Notify
Paint[edit]
Overrides: UWindowDialogClientWindow.Paint
Resized[edit]
function Resized ()
Overrides: UWindowWindow.Resized
SetupMessageBoxClient[edit]
function SetupMessageBoxClient (string InMessage, UWindowBase.MessageBoxButtons InButtons, UWindowBase.MessageBoxResult InEnterResult)