Mostly Harmless
UE1:UWindowDialogClientWindow (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow |
- Package:
- UWindow
- Direct subclasses:
- UBrowserOpenBar, UWindowPageWindow
- This class in other games:
- RTNP, 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[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)
GetDesiredDimensions[edit]
Overrides: UWindowWindow.GetDesiredDimensions
Notify[edit]
function Notify (UWindowDialogControl C, byte E)
OKPressed[edit]
function OKPressed ()
Paint[edit]
Overrides: UWindowWindow.Paint