Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/STemplateStringEditableTextBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- STemplateStringEditableTextBox::FArguments
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/STemplateStringEditableTextBox.h |
| Include | #include "STemplateStringEditableTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STemplateStringEditableTextBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | Marshaller
(
TSharedPtr< ITextLayoutMarshaller > InArg |
The marshaller used to get/set the raw text to/from the text layout. | |
| WidgetArgsType & | OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the text is changed interactively by the user. | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The initial text that will appear in the widget. | |
| WidgetArgsType & | ValidArguments
(
const TAttribute< TArray< FString > >& InAttribute |
The list of available arguments to use in this template string. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |