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:
StructBaseSlate 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 iconstyle_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)