ERichTextInlineIconDisplayMode

Various ways that we display inline icon that have an icon-name association.

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h

Include

#include "CommonRichTextBlock.h"

Syntax

enum ERichTextInlineIconDisplayMode
{
    IconOnly,
    TextOnly,
    IconAndText,
    MAX,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss