Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore > API/Plugins/UserToolBoxCore/SVerticalTextBlock
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SVerticalTextBlock::FArguments
References
| Module | UserToolBoxCore |
| Header | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/SVerticalTextBlock.h |
| Include | #include "SVerticalTextBlock.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SVerticalTextBlock >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AutoWrapText
(
const TAttribute< bool >& InAttribute |
Whether to wrap text automatically based on the widget's computed horizontal space. | |
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text | |
| WidgetArgsType & | HighlightColor
(
const TAttribute< FLinearColor >& InAttribute |
The color used to highlight the specified text | |
| WidgetArgsType & | HighlightShape
(
const TAttribute< const FSlateBrush* >& InAttribute |
The brush used to highlight the specified text | |
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
Highlight this text in the text block | |
| WidgetArgsType & | Justification
(
const TAttribute< ETextJustify::Type >& InAttribute |
How the text should be aligned with the margin. | |
| WidgetArgsType & | LineBreakPolicy
(
TSharedPtr< IBreakIterator > InArg |
The iterator to use to detect appropriate soft-wrapping points for lines (or null to use the default) | |
| WidgetArgsType & | LineHeightPercentage
(
const TAttribute< float >& InAttribute |
The amount to scale each lines height by. | |
| WidgetArgsType & | Margin
(
const TAttribute< FMargin >& InAttribute |
The amount of blank space left around the edges of text area. | |
| WidgetArgsType & | MinDesiredWidth
(
const TAttribute< float >& InAttribute |
Minimum width that a text block should be | |
| WidgetArgsType & | OnDoubleClicked
(
const FPointerEventHandler& InDelegate |
Called when this text is double clicked | |
| WidgetArgsType & | OverflowPolicy
(
TOptional< ETextOverflowPolicy > InArg |
Determines what happens to text that is clipped and doesn't fit within the clip rect for this widget | |
| WidgetArgsType & | ShadowColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
Shadow color and opacity | |
| WidgetArgsType & | ShadowOffset
(
const TAttribute< FVector2D >& InAttribute |
Drop shadow offset in pixels | |
| WidgetArgsType & | SimpleTextMode
(
bool InArg |
If this is enabled, text shaping, wrapping, justification are disabled in favor of much faster text layout and measurement. | |
| WidgetArgsType & | StrikeBrush
(
const TAttribute< const FSlateBrush* >& InAttribute |
Sets the brush used to strike through the text | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this text block | |
| WidgetArgsType & | TextFlowDirection
(
TOptional< ETextFlowDirection > InArg |
Which text flow direction should we use? (unset to use the default returned by GetDefaultTextFlowDirection) | |
| WidgetArgsType & | TextShapingMethod
(
TOptional< ETextShapingMethod > InArg |
Which text shaping method should we use? (unset to use the default returned by GetDefaultTextShapingMethod) | |
| WidgetArgsType & | TextStyle
(
const FTextBlockStyle* InArg |
Pointer to a style of the text block, which dictates the font, color, and shadow options. | |
| WidgetArgsType & | TransformPolicy
(
const TAttribute< ETextTransformPolicy >& InAttribute |
The transform policy to use | |
| WidgetArgsType & | WrappingPolicy
(
const TAttribute< ETextWrappingPolicy >& InAttribute |
The wrapping policy to use | |
| WidgetArgsType & | WrapTextAt
(
const TAttribute< float >& InAttribute |
Whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |