I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:EWindow/Class Hierarchy

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

This is the full class tree of all classes in the EWindow package and their super classes. EWindow classes are in bold font.

Object (UT)
 +- UWindowBase
     +- UWindowList
     |   +- UMenuModMenuItem
     |   |   +- LookAndFeelModMenuItem
     |   +- UWindowListBoxItem
     |   |   +- EWindowListBoxItem
     |   +- UWindowPulldownMenuItem
     |       +- EnhancedPulldownMenuItem
     +- UWindowLookAndFeel
     |   +- EWindowLookAndFeel
     +- UWindowWindow
         +- UWindowClientWindow
         |   +- UWindowDialogClientWindow
         |       +- EnhancedDialogClientWindow
         +- UWindowDialogControl
             +- UWindowButton
             |   +- UWindowCheckbox
             |       +- EnhancedCheckbox
             |       +- EWindowRadiobox
             +- UWindowComboControl
             |   +- EnhancedComboControl
             +- UWindowEditControl
             |   +- EnhancedEditControl
             +- UWindowListControl
                 +- UWindowListBox
                 |   + EWindowListBox
                 +- UWindowPulldownMenu
                     +- EnhancedPulldownMenu
                         +- EnhancedRightClickMenu

Related Topics