Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text > API/Runtime/Slate/Widgets/Text/SInlineEditableTextBlock
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SInlineEditableTextBlock::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h |
| Include | #include "Widgets/Text/SInlineEditableTextBlock.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SInlineEditableTextBlock >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AutoWrapMultilineEditText
(
const TAttribute< bool >& InAttribute |
Whether the multiline text should wrap automatically when in edit mode | |
| WidgetArgsType & | AutoWrapNonEditText
(
const TAttribute< bool >& InAttribute |
Whether the text should wrap automatically when in non-edit mode | |
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity (overrides style) | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text (overrides style) | |
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
Highlight this text in the text block | |
| WidgetArgsType & | IsReadOnly
(
const TAttribute< bool >& InAttribute |
True if the editable text block is read-only. It will not be able to enter edit mode if read-only | |
| WidgetArgsType & | IsSelected
(
const FIsSelected& InDelegate |
Callback to check if the widget is selected, should only be hooked up if parent widget is handling selection or focus. | |
| 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 & | ModiferKeyForNewLine
(
EModifierKey::Type InArg |
The optional modifier key necessary to create a newline when typing into the editor. | |
| WidgetArgsType & | MultiLine
(
bool InArg |
True if the editable text block is multi-line | |
| WidgetArgsType & | OnBeginTextEdit
(
const FOnBeginTextEdit& InDelegate |
Callback when the text starts to be edited | |
| WidgetArgsType & | OnEnterEditingMode
(
const FSimpleDelegate& InDelegate |
Callback when the text editing begins. | |
| WidgetArgsType & | OnExitEditingMode
(
const FSimpleDelegate& InDelegate |
Callback when the text editing ends. | |
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Callback when the text is committed. | |
| WidgetArgsType & | OnVerifyTextChanged
(
const FOnVerifyTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | |
| 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 (overrides style) | |
| WidgetArgsType & | ShadowOffset
(
const TAttribute< FVector2D >& InAttribute |
Drop shadow offset in pixels (overrides style) | |
| WidgetArgsType & | Style
(
const FInlineEditableTextBlockStyle* InArg |
Pointer to a style of the inline editable text block, which dictates the font, color, and shadow options. | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this text block | |
| 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 |