Navigation
API > API/Plugins > API/Plugins/CommonUI
Various ways that we display inline icon that have an icon-name association.
| Name | ERichTextInlineIconDisplayMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h |
| Include Path | #include "CommonRichTextBlock.h" |
Syntax
enum ERichTextInlineIconDisplayMode
{
IconOnly,
TextOnly,
IconAndText,
MAX,
}
Values
| Name | Remarks |
|---|---|
| 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 |