Mostly Harmless
UE2:GUIContextMenu (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIContextMenu |
Contents
- Package:
- XInterface
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. |
Parent: GUI Class: UT2K4UI.GUIContextMenu Date: 05-01-2003
Right-click context menu.
Written by Joe Wilcox (c) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
ContextItems[edit]
Modifiers: localized
List of menu items
ItemHeight[edit]
Type: int
ItemIndex[edit]
Type: int
Selected item
SelectionStyle[edit]
Type: GUIStyles
Holds the style
SelectionStyleName[edit]
Type: string
Name of the Style to use
Default value: "ListSelection"
Default values[edit]
Property | Value |
---|---|
bRequiresStyle | True |
FontScale | FNS_Small |
StyleName | "ContextMenu" |
Delegates[edit]
OnClose[edit]
delegate bool OnClose (GUIContextMenu Sender)
OnContextHitTest[edit]
OnOpen[edit]
delegate bool OnOpen (GUIContextMenu Sender)
OnSelect[edit]
delegate OnSelect (GUIContextMenu Sender, int ClickIndex)