Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/STextPropertyEditableTextBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h |
| Include Path | #include "STextPropertyEditableTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextPropertyEditableTextBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STextPropertyEditableTextBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
STextPropertyEditableTextBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | STextPropertyEditableTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AutoWrapText
(
const TAttribute< bool >& InAttribute |
Whether to wrap text automatically based on the widget's computed horizontal space | STextPropertyEditableTextBox.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity (overrides Style) | STextPropertyEditableTextBox.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity (overrides Style) | STextPropertyEditableTextBox.h | |
WidgetArgsType & MaxDesiredHeight
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MaxDesiredHeight if smaller than the content's desired height | STextPropertyEditableTextBox.h | |
WidgetArgsType & MinDesiredWidth
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MinDesiredWidth if larger than the content's desired width | STextPropertyEditableTextBox.h | |
WidgetArgsType & Style
(
const FEditableTextBoxStyle* InArg |
The styling of the textbox | STextPropertyEditableTextBox.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 | STextPropertyEditableTextBox.h |