Gah - a solution with more questions. – EntropicLqd
UE1:UWindowMessageBox (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowFramedWindow >> UWindowMessageBox |
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]
bSetupSize[edit]
Type: bool
FrameCount[edit]
Type: int
Result[edit]
Type: UWindowBase.MessageBoxResult
TimeOut[edit]
Type: int
TimeOutTime[edit]
Type: float
Default values[edit]
Property | Value |
---|---|
ClientClass | Class'UWindow.UWindowMessageBoxCW' |
Instance functions[edit]
AfterPaint[edit]
Overrides: UWindowWindow.AfterPaint
BeforePaint[edit]
Overrides: UWindowFramedWindow.BeforePaint
Close[edit]
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
SetupMessageBox[edit]
function SetupMessageBox (string Title, string Message, UWindowBase.MessageBoxButtons Buttons, UWindowBase.MessageBoxResult InESCResult, optional UWindowBase.MessageBoxResult InEnterResult, optional int InTimeOut)