unreal.RichTextInlineIconDisplayMode
¶
- class unreal.RichTextInlineIconDisplayMode¶
Bases:
unreal.EnumBase
Various ways that we display inline icon that have an icon-name association
C++ Source:
Plugin: CommonUI
Module: CommonUI
File: CommonRichTextBlock.h
- ICON_AND_TEXT¶
Show both the icon and the text - use whenever there is space
- Type
2
- ICON_ONLY¶
Only show the icon - use when space is limited
- Type
0
- TEXT_ONLY¶
Only show the text - use seldom if ever
- Type
1