The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:UWindowPulldownMenuItem (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowList >> UWindowPulldownMenuItem |
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. |
UWindowPulldownMenuItem
Properties[edit]
bChecked[edit]
Type: bool
bDisabled[edit]
Type: bool
Caption[edit]
Type: string
Graphic[edit]
Type: Texture
HotKey[edit]
Type: byte
ItemTop[edit]
Type: float
Owner[edit]
Type: UWindowPulldownMenu
SubMenu[edit]
Type: UWindowPulldownMenu
Instance functions[edit]
CloseUp[edit]
function CloseUp ()
CreateSubMenu[edit]
function UWindowPulldownMenu CreateSubMenu (class<UWindowPulldownMenu> MenuClass, optional UWindowWindow InOwnerWindow)
DeSelect[edit]
function DeSelect ()
GetMenuBar[edit]
function UWindowMenuBar GetMenuBar ()
Select[edit]
function Select ()
SetCaption[edit]
function SetCaption (string C)