unreal.RichTextInlineIconDisplayMode

class unreal.RichTextInlineIconDisplayMode

Bases: 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: RichTextInlineIconDisplayMode

Show both the icon and the text - use whenever there is space

Type:

2

ICON_ONLY: RichTextInlineIconDisplayMode

Only show the icon - use when space is limited

Type:

0

TEXT_ONLY: RichTextInlineIconDisplayMode

Only show the text - use seldom if ever

Type:

1