Gah - a solution with more questions. – EntropicLqd
UE1:UWindowMessageBoxCW (UT)
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
Buttons
Type: UWindowBase.MessageBoxButtons
CancelButton
Type: UWindowSmallButton
CancelText
Type: string
Modifiers: localized
Default value: "Cancel"
EnterResult
Type: UWindowBase.MessageBoxResult
MessageArea
Type: UWindowMessageBoxArea
NoButton
Type: UWindowSmallButton
NoText
Type: string
Modifiers: localized
Default value: "No"
OKButton
Type: UWindowSmallButton
OKText
Type: string
Modifiers: localized
Default value: "OK"
YesButton
Type: UWindowSmallButton
YesText
Type: string
Modifiers: localized
Default value: "Yes"
Instance functions
BeforePaint
Overrides: UWindowWindow.BeforePaint
Created
function Created ()
Overrides: UWindowWindow.Created
GetHeight
KeyDown
Overrides: UWindowWindow.KeyDown
Notify
function Notify (UWindowDialogControl C, byte E)
Overrides: UWindowDialogClientWindow.Notify
Paint
Overrides: UWindowDialogClientWindow.Paint
Resized
function Resized ()
Overrides: UWindowWindow.Resized
SetupMessageBoxClient
function SetupMessageBoxClient (string InMessage, UWindowBase.MessageBoxButtons InButtons, UWindowBase.MessageBoxResult InEnterResult)