Gah - a solution with more questions. – EntropicLqd
UE1:UWindowPulldownMenu (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowPulldownMenu |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddMenuItem
- 2.2 BeforeExecuteItem
- 2.3 BeforePaint
- 2.4 CloseUp
- 2.5 Created
- 2.6 DeSelect
- 2.7 DrawItem
- 2.8 DrawMenuBackground
- 2.9 ExecuteItem
- 2.10 FocusOtherWindow
- 2.11 GetMenuBar
- 2.12 KeyDown
- 2.13 KeyUp
- 2.14 LMouseDown
- 2.15 LMouseUp
- 2.16 MouseMove
- 2.17 Paint
- 2.18 PerformSelect
- 2.19 Select
- 2.20 SetSelected
- Package:
- UWindow
- Direct subclasses:
- UBrowserInfoMenu, UBrowserRightClickMenu
- 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. |
UWindowPulldownMenu
Properties
HBorder
Type: int
ItemHeight
Type: int
Owner
Type: UWindowList
Selected
Type: UWindowPulldownMenuItem
TextBorder
Type: int
VBorder
Type: int
Default values
Property | Value |
---|---|
bAlwaysOnTop | True |
Instance functions
AddMenuItem
BeforeExecuteItem
function BeforeExecuteItem (UWindowPulldownMenuItem I)
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
CloseUp
function CloseUp ()
Created
function Created ()
Overrides: UWindowListControl.Created
DeSelect
function DeSelect ()
DrawItem
Overrides: UWindowListControl.DrawItem
DrawMenuBackground
function DrawMenuBackground (Canvas C)
ExecuteItem
function ExecuteItem (UWindowPulldownMenuItem I)
FocusOtherWindow
function FocusOtherWindow (UWindowWindow W)
Overrides: UWindowWindow.FocusOtherWindow
GetMenuBar
function UWindowMenuBar GetMenuBar ()
KeyDown
Overrides: UWindowDialogControl.KeyDown
KeyUp
Overrides: UWindowWindow.KeyUp
LMouseDown
Overrides: UWindowWindow.LMouseDown
LMouseUp
Overrides: UWindowWindow.LMouseUp
MouseMove
Overrides: UWindowDialogControl.MouseMove
Paint
Overrides: UWindowWindow.Paint
PerformSelect
function PerformSelect (UWindowPulldownMenuItem NewSelected)
Select
function Select (UWindowPulldownMenuItem I)