unreal.ShotgridMenuItem

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

Bases: unreal.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: Description text for the tooltip

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

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

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

property description

[Read-Write] Description: Description text for the tooltip

Type

(str)

property name

[Read-Write] Name: Command name for internal use

Type

(str)

property title

[Read-Write] Title: Text to display in the menu

Type

(str)

property type

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

Type

(str)