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