unreal.SlateIMIcon

class unreal.SlateIMIcon(style_set_name: Name = 'None', style_name: Name = 'None', small_style_name: Name = 'None', status_overlay_style_name: Name = 'None')

Bases: StructBase

Slate IMIcon

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • small_style_name (Name): [Read-Write] The name of the style for the small icon.

  • status_overlay_style_name (Name): [Read-Write] Name of the style for the status overlay icon

  • style_name (Name): [Read-Write] The name of the style for the icon.

  • style_set_name (Name): [Read-Write] The name of the style set the icon can be found in.

property small_style_name: Name

[Read-Write] The name of the style for the small icon.

Type:

(Name)

property status_overlay_style_name: Name

[Read-Write] Name of the style for the status overlay icon

Type:

(Name)

property style_name: Name

[Read-Write] The name of the style for the icon.

Type:

(Name)

property style_set_name: Name

[Read-Write] The name of the style set the icon can be found in.

Type:

(Name)