Gah - a solution with more questions. – EntropicLqd
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 this 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
[edit] Properties
[edit] ContextItems
Modifiers: localized
List of menu items
[edit] ItemHeight
Type: int
[edit] ItemIndex
Type: int
Selected item
[edit] SelectionStyle
Type: GUIStyles
Holds the style
[edit] SelectionStyleName
Type: string
Name of the Style to use
Default value: "ListSelection"
[edit] Default values
| Property | Value |
|---|---|
| bRequiresStyle | True |
| FontScale | FNS_Small |
| StyleName | "ContextMenu" |
[edit] Delegates
[edit] OnClose
delegate bool OnClose (GUIContextMenu Sender)
[edit] OnContextHitTest
[edit] OnOpen
delegate bool OnOpen (GUIContextMenu Sender)
[edit] OnSelect
delegate OnSelect (GUIContextMenu Sender, int ClickIndex)
