Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h |
Include |
#include "CommonRichTextBlock.h" |
UCLASS()
class UCommonRichTextBlock : public URichTextBlock
Text block that supports custom scaling for mobile platforms, with option to only show icons if space is sparse.
Name | Description | ||
---|---|---|---|
|
bTintInlineIcon |
Toggle it on if the text color should also tint the inline icons. |
|
|
InlineIconDisplayMode |
Name | Description | ||
---|---|---|---|
|
CreateDecorators ( |
||
|
EscapeStringForRichText ( |
||
|
TSubclassOf<... |
GetDefaultTextStyleClass() |
|
|
float |
GetMobileTextBlockScale() |
|
|
ETextTransfo... |
GetTextTransformPolicy() |
Name | Description | ||
---|---|---|---|
|
ApplyUpdatedDefaultTextStyle() |
||
|
SetText ( |
Directly sets the widget text. |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnCreationFromPalette() |
Called by the palette after constructing a new widget, allows the widget to perform interesting default setup that we don't want to be UObject Defaults. |
|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |