There is no spoon

UE1:UWindowMessageBoxCW (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
This class in other games:
RTNP

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]

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


GetHeight[edit]

function float GetHeight (Canvas C)


KeyDown[edit]

function KeyDown (int Key, float X, float Y)

Overrides: UWindowWindow.KeyDown


Notify[edit]

function Notify (UWindowDialogControl C, byte E)

Overrides: UWindowDialogClientWindow.Notify


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowDialogClientWindow.Paint


Resized[edit]

function Resized ()

Overrides: UWindowWindow.Resized


SetupMessageBoxClient[edit]

function SetupMessageBoxClient (string InMessage, UWindowBase.MessageBoxButtons InButtons, UWindowBase.MessageBoxResult InEnterResult)