Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h |
Include |
#include "Widgets/Text/SRichTextBlock.h" |
class SRichTextBlock : public SWidget
A rich static text widget. Through the use of markup and text decorators, text with different styles, embedded image and widgets can be achieved.
Name | Description | |
---|---|---|
|
SRichTextBlock() |
Constructor |
Name | Description | |
---|---|---|
|
~SRichTextBlock() |
Destructor |
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
TSharedRef< ... |
Decorator ( |
|
|
const FText ... |
GetText() |
Gets the text assigned to this text block |
|
TSharedRef< ... |
HyperlinkDecorator ( |
|
|
TSharedRef< ... |
HyperlinkDecorator ( |
|
|
TSharedRef< ... |
ImageDecorator ( |
|
|
Refresh() |
Causes the text to reflow it's layout |
|
|
SetAutoWrapText ( |
See AutoWrapText attribute |
|
|
SetDecoratorStyleSet ( |
||
|
SetHighlightText ( |
See HighlightText attribute |
|
|
SetJustification ( |
See Justification attribute |
|
|
SetLineHeightPercentage ( |
See LineHeightPercentage attribute |
|
|
SetMargin ( |
See Margin attribute |
|
|
SetMinDesiredWidth ( |
See MinDesiredWidth attribute |
|
|
SetOverflowPolicy ( |
Sets the overflow policy for this text block |
|
|
SetText ( |
Sets the text for this text block |
|
|
SetTextBlockScale ( |
Set the scale value at the TextLayout |
|
|
SetTextFlowDirection ( |
See TextFlowDirection attribute |
|
|
SetTextShapingMethod ( |
See TextShapingMethod attribute |
|
|
SetTextStyle ( |
See TextStyle argument |
|
|
SetTransformPolicy ( |
Set TransformPolicy attribute |
|
|
SetWrappingPolicy ( |
Set WrappingPolicy attribute |
|
|
SetWrapTextAt ( |
See WrapTextAt attribute |
|
|
TSharedRef< ... |
WidgetDecorator ( |
|
|
TSharedRef< ... |
WidgetDecorator ( |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Compute the ideal size necessary to display this widget. |
|
|
ComputeVolatility() |
Recomputes the volatility of the widget. |
|
|
FChildren &#... |
GetChildren() |
Returns the useful children (if any) of this widget. |
|
OnArrangeChildren ( |
Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. |
|
|
OnPaint ( |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Name |
Description |
|
---|---|---|
|
FArguments |