Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- URichTextBlock
- UCommonRichTextBlock
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h |
| Include | #include "CommonRichTextBlock.h" |
Syntax
UCLASS ()
class UCommonRichTextBlock : public URichTextBlock
Remarks
Text block that supports custom scaling for mobile platforms, with option to only show icons if space is sparse.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTintInlineIcon | Toggle it on if the text color should also tint the inline icons. | |
| ERichTextInlineIconDisplayMode | InlineIconDisplayMode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | CanEditChange
(
const FProperty* InProperty |
||
| void | CreateDecorators
(
TArray< TSharedRef< ITextDecorator > >& OutDecorators |
||
| FString | EscapeStringForRichText
(
FString InString |
||
| TSubclassOf< UCommonTextStyle > | |||
| float | |||
| const FText | |||
| ETextTransformPolicy | |||
| void | |||
| TSharedRef< SWidget > | |||
| void | ReleaseSlateResources
(
bool bReleaseChildren |
||
| void | Serialize
(
FArchive& Ar |
||
| void | SetScrollingEnabled
(
bool bInIsScrollingEnabled |
||
| void | SetText
(
const FText& InText |
||
| void |