Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/STemplateStringEditableTextBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/STemplateStringEditableTextBox.h |
| Include Path | #include "STemplateStringEditableTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STemplateStringEditableTextBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STemplateStringEditableTextBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
STemplateStringEditableTextBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | STemplateStringEditableTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowMultiLine
(
const TAttribute< bool >& InAttribute |
Whether to allow multi-line text. | STemplateStringEditableTextBox.h | |
WidgetArgsType & IsReadOnly
(
const TAttribute< bool >& InAttribute |
Sets whether this text box can actually be modified interactively by the user | STemplateStringEditableTextBox.h | |
WidgetArgsType & Marshaller
(
TSharedPtr< ITextLayoutMarshaller > InArg |
The marshaller used to get/set the raw text to/from the text layout. | STemplateStringEditableTextBox.h | |
WidgetArgsType & OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the (tokenized) text is changed interactively by the user. | STemplateStringEditableTextBox.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called whenever the (tokenized) text is committed by the user. | STemplateStringEditableTextBox.h | |
WidgetArgsType & OnValidateTokenizedText
(
const FOnVerifyTextChanged& InDelegate |
Allows custom validation. | STemplateStringEditableTextBox.h | |
WidgetArgsType & ResolvedText
(
const TAttribute< FText >& InAttribute |
The (optional) resolved text, displayed when the text box is not focused. | STemplateStringEditableTextBox.h | |
WidgetArgsType & Style
(
const FEditableTextBoxStyle* InArg |
The styling of the textbox. | STemplateStringEditableTextBox.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The initial text that will appear in the widget. | STemplateStringEditableTextBox.h | |
WidgetArgsType & ValidArguments
(
const TAttribute< TConstArrayView< FString > >& InAttribute |
The list of available arguments to use in this template string. | STemplateStringEditableTextBox.h |