Always snap to grid

Legacy:UWindowRootWindow

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:11, 29 April 2003 by El Muerte TDS (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UWindowBase >> UWindowWindow >> UWindowRootWindow

The root window. This object is the parent window of all UWindowWindow objects and is also the connection of the UWindow system to the console.

Properties[edit]

UWindowWindow MouseWindow 
The window the mouse is over.
bool bMouseCapture 
float MouseX, MouseY 
float OldMouseX, OldMouseY 
WindowConsole Console 
Reference to the console.
UWindowWindow FocusedWindow 
The window with the focus.
UWindowWindow KeyFocusWindow 
window with keyboard focus
MouseCursor NormalCursor, MoveCursor, DiagCursor1, HandCursor, HSplitCursor, VSplitCursor, DiagCursor2, NSCursor, WECursor, WaitCursor 
MouseCursor structs for several mouse cursor shapes.
bool bQuickKeyEnable 
UWindowHotkeyWindowList HotkeyWindows 
config float GUIScale 
float RealWidth, RealHeight 
Font Fonts[10] 
UWindowLookAndFeel LooksAndFeels[20] 
config string LookAndFeelClass 
Currently selected GUI skin.
bool bRequestQuit 
float QuitTime 
bool bAllowConsole 

Known subclasses[edit]