Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h |
| Include | #include "CommonRichTextBlock.h" |
Syntax
enum ERichTextInlineIconDisplayMode
&123;
IconOnly,
TextOnly,
IconAndText,
MAX,
&125;
Values
| Name | Description |
|---|---|
| IconOnly | Only show the icon - use when space is limited. |
| TextOnly | Only show the text - use seldom if ever. |
| IconAndText | Show both the icon and the text - use whenever there is space. |
| MAX |
Remarks
Various ways that we display inline icon that have an icon-name association.