unreal.ShotgunMenuItem

class unreal.ShotgunMenuItem(name='', title='', description='', type='')

Bases: unreal.StructBase

Shotgun Menu Item

C++ Source:

  • Plugin: Shotgun

  • Module: Shotgun

  • File: ShotgunEngine.h

Editor Properties: (see get_editor_property/set_editor_property)

  • description (str): [Read-Write] Description text for the tooltip

  • name (str): [Read-Write] Command name for internal use

  • title (str): [Read-Write] Text to display in the menu

  • type (str): [Read-Write] Menu item type to help interpret the command

property description

[Read-Write] Description text for the tooltip

Type

(str)

property name

[Read-Write] Command name for internal use

Type

(str)

property title

[Read-Write] Text to display in the menu

Type

(str)

property type

[Read-Write] Menu item type to help interpret the command

Type

(str)