Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SInlineEditableTextBlock
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h |
| Include Path | #include "Widgets/Text/SInlineEditableTextBlock.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SInlineEditableTextBlock >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SInlineEditableTextBlock::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Text/SInlineEditableTextBlock.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Text/SInlineEditableTextBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AutoWrapMultilineEditText
(
const TAttribute< bool >& InAttribute |
Whether the multiline text should wrap automatically when in edit mode | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & AutoWrapNonEditText
(
const TAttribute< bool >& InAttribute |
Whether the text should wrap automatically when in non-edit mode | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity (overrides style) | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & DelayedLeftClickEntersEditMode
(
bool InArg |
True if left-clicking will enter edit mode after a delay. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text (overrides style) | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & HighlightText
(
const TAttribute< FText >& InAttribute |
Highlight this text in the text block | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & HintText
(
const TAttribute< FText >& InAttribute |
Hint text that appears when there is no text in the text box | Widgets/Text/SInlineEditableTextBlock.h | |
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 | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & IsSelected
(
const FIsSelected& InDelegate |
Delegate to execute to check the status of if the widget is selected or not Only needs to be hooked up if an external widget is managing selection, such as a SListView or STreeView. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & Justification
(
const TAttribute< ETextJustify::Type >& InAttribute |
How the text should be aligned with the margin. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & LineBreakPolicy
(
TSharedPtr< IBreakIterator > InArg |
The iterator to use to detect appropriate soft-wrapping points for lines (or null to use the default) | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & MaximumLength
(
const TAttribute< int32 >& InAttribute |
Maximum length of the text. Input will refuse text longer than that. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & ModiferKeyForNewLine
(
EModifierKey::Type InArg |
The optional modifier key necessary to create a newline when typing into the editor. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & MultiLine
(
bool InArg |
True if the editable text block is multi-line | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & OnBeginTextEdit
(
const FOnBeginTextEdit& InDelegate |
Callback when the text starts to be edited | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & OnEnterEditingMode
(
const FSimpleDelegate& InDelegate |
Callback when the text editing begins. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & OnExitEditingMode
(
const FSimpleDelegate& InDelegate |
Callback when the text editing ends. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Callback when the text is committed. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & OnVerifyTextChanged
(
const FOnVerifyTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | Widgets/Text/SInlineEditableTextBlock.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 | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & ShadowColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
Shadow color and opacity (overrides style) | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & ShadowOffset
(
const TAttribute< FVector2D >& InAttribute |
Drop shadow offset in pixels (overrides style) | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & Style
(
const FInlineEditableTextBlockStyle* InArg |
Pointer to a style of the inline editable text block, which dictates the font, color, and shadow options. | Widgets/Text/SInlineEditableTextBlock.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this text block | Widgets/Text/SInlineEditableTextBlock.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. | Widgets/Text/SInlineEditableTextBlock.h |