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