I'm a doctor, not a mechanic

UE1:UWindowMessageBox (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowFramedWindow >> UWindowMessageBox
Package: 
UWindow
This class in other games:
UT

null

Properties

bSetupSize

Type: bool


FrameCount

Type: int


Result

Type: UWindowBase.MessageBoxResult


TimeOut

Type: int


TimeOutTime

Type: float


Default values

Property Value
ClientClass Class'UWindow.UWindowMessageBoxCW'

Instance functions

AfterPaint

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

Overrides: UWindowWindow.AfterPaint


BeforePaint

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

Overrides: UWindowFramedWindow.BeforePaint


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


SetupMessageBox

function SetupMessageBox (string Title, string Message, UWindowBase.MessageBoxButtons Buttons, UWindowBase.MessageBoxResult InESCResult, optional UWindowBase.MessageBoxResult InEnterResult, optional int InTimeOut)