Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
Include |
#include "Widgets/Input/SEditableTextBox.h" |
struct FArguments : public TSlateBaseNamedArgs< SEditableTextBox >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
AllowContextMenu ( |
Whether the context menu can be opened |
|
WidgetArgsTy... |
BackgroundColor ( |
The color of the background/border around the editable text (overrides Style) |
|
WidgetArgsTy... |
ClearKeyboardFocusOnCommit ( |
Whether to clear keyboard focus when pressing enter to commit changes |
|
WidgetArgsTy... |
ContextMenuExtender ( |
Menu extender for the right-click context menu |
|
WidgetArgsTy... |
ErrorReporting ( |
Provide a alternative mechanism for error reporting. |
|
WidgetArgsTy... |
FocusedForegroundColor ( |
Text color and opacity when this box has keyboard focus (overrides Style) |
|
WidgetArgsTy... |
Font ( |
Font color and opacity (overrides Style) |
|
WidgetArgsTy... |
ForegroundColor ( |
Text color and opacity (overrides Style) |
|
WidgetArgsTy... |
HintText ( |
Hint text that appears when there is no text in the text box |
|
WidgetArgsTy... |
IsCaretMovedWhenGainFocus ( |
Workaround as we loose focus when the auto completion closes. |
|
WidgetArgsTy... |
IsPassword ( |
Sets whether this text box is for storing a password |
|
WidgetArgsTy... |
IsReadOnly ( |
Sets whether this text box can actually be modified interactively by the user |
|
WidgetArgsTy... |
Justification ( |
How should the value be justified in the editable text field. |
|
WidgetArgsTy... |
MinDesiredWidth ( |
Minimum width that a text block should be |
|
WidgetArgsTy... |
OnContextMenuOpening ( |
Delegate to call before a context menu is opened. |
|
WidgetArgsTy... |
OnKeyCharHandler ( |
Callback delegate to have first chance handling of the OnKeyChar event |
|
WidgetArgsTy... |
OnKeyDownHandler ( |
Callback delegate to have first chance handling of the OnKeyDown event |
|
WidgetArgsTy... |
OnTextChanged ( |
Called whenever the text is changed programmatically or interactively by the user |
|
WidgetArgsTy... |
OnTextCommitted ( |
Called whenever the text is committed. |
|
WidgetArgsTy... |
OnVerifyTextChanged ( |
Called whenever the text is changed programmatically or interactively by the user |
|
WidgetArgsTy... |
OverflowPolicy ( |
Determines what happens to text that is clipped and doesnt fit within the allotted area for this text box |
|
WidgetArgsTy... |
Padding ( |
Padding between the box/border and the text widget inside (overrides Style) |
|
WidgetArgsTy... |
ReadOnlyForegroundColor ( |
Text color and opacity when read-only (overrides Style) |
|
WidgetArgsTy... |
RevertTextOnEscape ( |
Whether to allow the user to back out of changes when they press the escape key |
|
WidgetArgsTy... |
SearchText ( |
Text to search for (a new search is triggered whenever this text changes) |
|
WidgetArgsTy... |
SelectAllTextOnCommit ( |
Whether to select all text when pressing enter to commit changes |
|
WidgetArgsTy... |
SelectAllTextWhenFocused ( |
Whether to select all text when the user clicks to give focus on the widget |
|
WidgetArgsTy... |
SelectWordOnMouseDoubleClick ( |
Whether to select word on mouse double click on the widget |
|
WidgetArgsTy... |
Style ( |
The styling of the textbox |
|
WidgetArgsTy... |
Text ( |
Sets the text content for this editable text box widget |
|
WidgetArgsTy... |
TextFlowDirection ( |
Which text flow direction should we use? (unset to use the default returned by GetDefaultTextFlowDirection) |
|
WidgetArgsTy... |
TextShapingMethod ( |
Which text shaping method should we use? (unset to use the default returned by GetDefaultTextShapingMethod) |
|
WidgetArgsTy... |
VirtualKeyboardDismissAction ( |
The message action to take when the virtual keyboard is dismissed by the user |
|
WidgetArgsTy... |
VirtualKeyboardOptions ( |
Additional options for the virtual keyboard summoned by this widget |
|
WidgetArgsTy... |
VirtualKeyboardTrigger ( |
The type of event that will trigger the display of the virtual keyboard |
|
WidgetArgsTy... |
VirtualKeyboardType ( |
The type of virtual keyboard to use on mobile devices |
Name |
Description |
---|---|
WidgetArgsType |