Navigation
API > API/Editor > API/Editor/EditorWidgets
A widget that can be used for editing FText instances
| Name | STextPropertyEditableTextBox |
| Type | class |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h |
| Include Path | #include "STextPropertyEditableTextBox.h" |
Syntax
class STextPropertyEditableTextBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STextPropertyEditableTextBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → STextPropertyEditableTextBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MultipleValuesText | FText | STextPropertyEditableTextBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsMultiLine | bool | STextPropertyEditableTextBox.h | ||
| EditableTextProperty | TSharedPtr< IEditableTextProperty > | STextPropertyEditableTextBox.h | ||
| KeyEditableTextBox | TSharedPtr< SEditableTextBox > | STextPropertyEditableTextBox.h | ||
| MultiLineWidget | TSharedPtr< SMultiLineEditableTextBox > | STextPropertyEditableTextBox.h | ||
| NamespaceEditableTextBox | TSharedPtr< SEditableTextBox > | STextPropertyEditableTextBox.h | ||
| PrimaryWidget | TSharedPtr< class SWidget > | STextPropertyEditableTextBox.h | ||
| SingleLineWidget | TSharedPtr< SEditableTextBox > | STextPropertyEditableTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Arguments, |
STextPropertyEditableTextBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnFocusReceived
(
const FGeometry& MyGeometry, |
STextPropertyEditableTextBox.h | ||
virtual bool SupportsKeyboardFocus() |
STextPropertyEditableTextBox.h |