Mostly Harmless
UE1:UWindowDialogClientWindow (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
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:
- RTNP, U1
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]
DesiredHeight[edit]
Type: float
DesiredWidth[edit]
Type: float
TabLast[edit]
Type: UWindowDialogControl
Instance functions[edit]
CreateControl[edit]
function UWindowDialogControl CreateControl (class<UWindowDialogControl> ControlClass, float X, float Y, float W, float H, optional UWindowWindow OwnerWindow)
GetDesiredDimensions[edit]
Overrides: UWindowWindow.GetDesiredDimensions
Notify[edit]
function Notify (UWindowDialogControl C, byte E)
OKPressed[edit]
function OKPressed ()
Paint[edit]
Overrides: UWindowWindow.Paint