UE1:UMenuModMenuItem (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
RTNP Object >> UWindowBase >> UWindowList >> UMenuModMenuItem
Package:
UMenu
This class in other games:

Descend from this class to add an item to the Mod menu. Be sure to put a line in your Mod's .int file to specify this class eg: Object=(Name=MyModPkg.MyModMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem)

Properties

MenuCaption

Type: string

Modifiers: localized


Default value: "&My Mod"

MenuHelp

Type: string

Modifiers: localized


Default value: "This text goes on the status bar"

MenuItem

Type: UWindowPulldownMenuItem

Used internally

Instance functions

Execute

function Execute ()


Setup

function Setup ()