unreal.ShotgridMenuItem

class unreal.ShotgridMenuItem(name: str = '', title: str = '', description: str = '', type: str = '')

Bases: StructBase

Shotgrid Menu Item

C++ Source:

  • Plugin: Shotgrid

  • Module: Shotgrid

  • File: ShotgridEngine.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: str

[Read-Write] Description text for the tooltip

Type:

(str)

property name: str

[Read-Write] Command name for internal use

Type:

(str)

property title: str

[Read-Write] Text to display in the menu

Type:

(str)

property type: str

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

Type:

(str)