UE1:UWindowDialogClientWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
UT Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow
Package:
UWindow
Direct subclasses:
UWindowConsoleClientWindow, UBrowserEditFavoriteCW, UBrowserIRCSetupClient, UBrowserOpenCW, UMenuBotmatchClientWindow, UMenuDialogClientWindow, UMenuOptionsClientWindow, UMenuScreenshotCW, UTPasswordCW, UWindowMessageBoxCW, UWindowPageWindow
This class in other games:

null

Properties

DesiredHeight

Type: float


DesiredWidth

Type: float


TabLast

Type: UWindowDialogControl


Instance functions

CreateControl

function UWindowDialogControl CreateControl (class<UWindowDialogControlControlClass, float X, float Y, float W, float H, optional UWindowWindow OwnerWindow)


GetDesiredDimensions

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


Notify

function Notify (UWindowDialogControl C, byte E)


OKPressed

function OKPressed ()


Paint

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

Overrides: UWindowWindow.Paint