unreal.SlateIMTabParams

class unreal.SlateIMTabParams(tab_icon: SlateIMIcon = Ellipsis, tab_title: Text = '')

Bases: StructBase

Slate IMTab Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • tab_icon (SlateIMIcon): [Read-Write] An icon to display on the tab next to the title. This cannot be updated after the initial creation of the tab.

  • tab_title (Text): [Read-Write] The title to display for the tab if it should differ from the TabId. This cannot be updated after the initial creation of the tab.

property tab_icon: SlateIMIcon

[Read-Write] An icon to display on the tab next to the title. This cannot be updated after the initial creation of the tab.

Type:

(SlateIMIcon)

property tab_title: Text

[Read-Write] The title to display for the tab if it should differ from the TabId. This cannot be updated after the initial creation of the tab.

Type:

(Text)