I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UWindowDialogClientWindow (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow |
- Package:
- UWindow
- Direct subclasses:
- UBrowserOpenBar, UMenuBotmatchClientWindow, UMenuDialogClientWindow, UMenuOptionsClientWindow, UMenuScreenshotCW, UWindowConsoleClientWindow, UWindowMessageBoxCW, UWindowPageWindow
- This class in other games:
- U1, UT
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
DesiredHeight
Type: float
DesiredWidth
Type: float
TabLast
Type: UWindowDialogControl
Instance functions
CreateControl
function UWindowDialogControl CreateControl (class<UWindowDialogControl> ControlClass, float X, float Y, float W, float H, optional UWindowWindow OwnerWindow)
GetDesiredDimensions
Overrides: UWindowWindow.GetDesiredDimensions
Notify
function Notify (UWindowDialogControl C, byte E)
OKPressed
function OKPressed ()
Paint
Overrides: UWindowWindow.Paint