Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiLineEditableTextBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h |
| Include Path | #include "Widgets/Input/SMultiLineEditableTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMultiLineEditableTextBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMultiLineEditableTextBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SMultiLineEditableTextBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SMultiLineEditableTextBox.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _TextStyle | const FTextBlockStyle * | Pointer to a style of the text block, which dictates the font, color, and shadow options. | Widgets/Input/SMultiLineEditableTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowContextMenu
(
const TAttribute< bool >& InAttribute |
Whether the context menu can be opened | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & AllowMultiLine
(
const TAttribute< bool >& InAttribute |
Whether to allow multi-line text | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & AlwaysShowScrollbars
(
bool InArg |
Should we always show the scrollbars (only affects internally created scroll bars) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & AutoWrapText
(
const TAttribute< bool >& InAttribute |
Whether to wrap text automatically based on the widget's computed horizontal space. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & BackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color of the background/border around the editable text (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ClearKeyboardFocusOnCommit
(
const TAttribute< bool >& InAttribute |
Whether to clear keyboard focus when pressing enter to commit changes | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ClearTextSelectionOnFocusLoss
(
const TAttribute< bool >& InAttribute |
Whether to clear text selection when focus is lost | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ContextMenuExtender
(
const FMenuExtensionDelegate& InDelegate |
Menu extender for the right-click context menu | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & CreateSlateTextLayout
(
const FCreateSlateTextLayout& InDelegate |
Delegate used to create text layouts for this widget. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ErrorReporting
(
TSharedPtr< class IErrorReportingWidget > InArg |
Provide a alternative mechanism for error reporting. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & FocusedForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity when this box has keyboard focus (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & HintText
(
const TAttribute< FText >& InAttribute |
Hint text that appears when there is no text in the text box | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & HScrollBar
(
TSharedPtr< SScrollBar > InArg |
The horizontal scroll bar widget, or null to create one internally | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & HScrollBarPadding
(
const TAttribute< FMargin >& InAttribute |
Padding around the horizontal scrollbar (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & IsCaretMovedWhenGainFocus
(
const TAttribute< bool >& InAttribute |
Workaround as we loose focus when the auto completion closes. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & IsReadOnly
(
const TAttribute< bool >& InAttribute |
Sets whether this text box can actually be modified interactively by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Justification
(
const TAttribute< ETextJustify::Type >& InAttribute |
How the text should be aligned with the margin. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & LineHeightPercentage
(
const TAttribute< float >& InAttribute |
The amount to scale each lines height by. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Margin
(
const TAttribute< FMargin >& InAttribute |
The amount of blank space left around the edges of text area. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Marshaller
(
TSharedPtr< ITextLayoutMarshaller > InArg |
The marshaller used to get/set the raw text to/from the text layout. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & MaximumLength
(
const TAttribute< int32 >& InAttribute |
Maximum length of the text. Input will refuse text longer than that. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ModiferKeyForNewLine
(
EModifierKey::Type InArg |
The optional modifier key necessary to create a newline when typing into the editor. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
Delegate to call before a context menu is opened. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnCursorMoved
(
const SMultiLineEditableText::FOnCursorMoved& InDelegate |
Called when the cursor is moved within the text area | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnHScrollBarUserScrolled
(
const FOnUserScrolled& InDelegate |
Called whenever the horizontal scrollbar is moved by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnIsTypedCharValid
(
const FOnIsTypedCharValid& InDelegate |
This is NOT for validating input! | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnKeyCharHandler
(
const FOnKeyChar& InDelegate |
Callback delegate to have first chance handling of the OnKeyChar event | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnKeyDownHandler
(
const FOnKeyDown& InDelegate |
Callback delegate to have first chance handling of the OnKeyDown event | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called whenever the text is committed. | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnVerifyTextChanged
(
const FOnVerifyTextChanged& InDelegate |
Called whenever the text is changed programmatically or interactively by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OnVScrollBarUserScrolled
(
const FOnUserScrolled& InDelegate |
Called whenever the vertical scrollbar is moved by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & OverflowPolicy
(
TOptional< ETextOverflowPolicy > InArg |
Determines what happens to text that is clipped and doesn't fit within the allotted area for this widget | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
Padding between the box/border and the text widget inside (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & ReadOnlyForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity when read-only (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & RevertTextOnEscape
(
const TAttribute< bool >& InAttribute |
Whether to allow the user to back out of changes when they press the escape key | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & SearchText
(
const TAttribute< FText >& InAttribute |
Text to search for (a new search is triggered whenever this text changes) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & SelectAllTextOnCommit
(
const TAttribute< bool >& InAttribute |
Whether to select all text when pressing enter to commit changes | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & SelectAllTextWhenFocused
(
const TAttribute< bool >& InAttribute |
Whether to select all text when the user clicks to give focus on the widget | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & SelectWordOnMouseDoubleClick
(
const TAttribute< bool >& InAttribute |
Whether to select word on mouse double click on the widget | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Style
(
const FEditableTextBoxStyle* InArg |
The styling of the textbox | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
Sets the text content for this editable text box widget | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & TextFlowDirection
(
TOptional< ETextFlowDirection > InArg |
Which text flow direction should we use? (unset to use the default returned by GetDefaultTextFlowDirection) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & TextShapingMethod
(
TOptional< ETextShapingMethod > InArg |
Which text shaping method should we use? (unset to use the default returned by GetDefaultTextShapingMethod) | Widgets/Input/SMultiLineEditableTextBox.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGSWidgetArgsType & TextStyle
(
const FTextBlockStyle* InArg |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const USlateWidgetStyleAsset*const InSlateStyleAsset |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const TWeakObjectPtr< const class USlateWidgetStyleAsset >& InSlateStyleAsset |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const ISlateStyle* InSlateStyle, |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const ISlateStyle& InSlateStyle, |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const TWeakObjectPtr< const class ISlateStyle >& InSlateStyle, |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & TextStyle
(
const TSharedPtr< const class ISlateStyle >& InSlateStyle, |
Widgets/Input/SMultiLineEditableTextBox.h | ||
WidgetArgsType & VirtualKeyboardDismissAction
(
const TAttribute< EVirtualKeyboardDismissAction >& InAttribute |
The message action to take when the virtual keyboard is dismissed by the user | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & VirtualKeyboardOptions
(
FVirtualKeyboardOptions InArg |
Additional options used by the virtual keyboard summoned by this widget | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & VirtualKeyboardTrigger
(
const TAttribute< EVirtualKeyboardTrigger >& InAttribute |
The type of event that will trigger the display of the virtual keyboard | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & VScrollBar
(
TSharedPtr< SScrollBar > InArg |
The vertical scroll bar widget, or null to create one internally | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & VScrollBarPadding
(
const TAttribute< FMargin >& InAttribute |
Padding around the vertical scrollbar (overrides Style) | Widgets/Input/SMultiLineEditableTextBox.h | |
WidgetArgsType & WrappingPolicy
(
const TAttribute< ETextWrappingPolicy >& InAttribute |
The wrapping policy to use | Widgets/Input/SMultiLineEditableTextBox.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. | Widgets/Input/SMultiLineEditableTextBox.h |