Allows the user to type in custom text. Only permits a single line of text to be entered. No Children Text Entry
Member | Type | Offset | Share |
---|---|---|---|
Text
The text content for this editable text box widget |
FText | 0x 108 | |
TextDelegate
A bindable delegate to allow logic to drive the text of the widget |
FDelegate | 0x 120 | |
WidgetStyle
The style |
FEditableTextBoxStyle | 0x 130 | |
Style | USlateWidgetStyleAsset* | 0x 920 | |
HintText
Hint text that appears when there is no text in the text box |
FText | 0x 928 | |
HintTextDelegate
A bindable delegate to allow logic to drive the hint text of the widget |
FDelegate | 0x 940 | |
Font | FSlateFontInfo | 0x 950 | |
ForegroundColor | FLinearColor | 0x 9a0 | |
BackgroundColor | FLinearColor | 0x 9b0 | |
ReadOnlyForegroundColor | FLinearColor | 0x 9c0 | |
IsReadOnly
Sets whether this text box can actually be modified interactively by the user |
bool | 0x 9d0 | |
IsPassword
Sets whether this text box is for storing a password |
bool | 0x 9d1 | |
MinimumDesiredWidth
Minimum width that a text block should be |
float | 0x 9d4 | |
Padding | FMargin | 0x 9d8 | |
IsCaretMovedWhenGainFocus
Workaround as we lose focus when the auto completion closes. |
bool | 0x 9e8 | |
SelectAllTextWhenFocused
Whether to select all text when the user clicks to give focus on the widget |
bool | 0x 9e9 | |
RevertTextOnEscape
Whether to allow the user to back out of changes when they press the escape key |
bool | 0x 9ea | |
ClearKeyboardFocusOnCommit
Whether to clear keyboard focus when pressing enter to commit changes |
bool | 0x 9eb | |
SelectAllTextOnCommit
Whether to select all text when pressing enter to commit changes |
bool | 0x 9ec | |
AllowContextMenu
Whether the context menu can be opened |
bool | 0x 9ed | |
KeyboardType
If we're on a platform that requires a virtual keyboard, what kind of keyboard should this widget use? |
EVirtualKeyboardType | 0x 9ee | |
VirtualKeyboardOptions
Additional options to use for the virtual keyboard summoned by this widget |
FVirtualKeyboardOptions | 0x 9ef | |
VirtualKeyboardTrigger
The type of event that will trigger the display of the virtual keyboard |
EVirtualKeyboardTrigger | 0x 9f0 | |
VirtualKeyboardDismissAction
What action should be taken when the virtual keyboard is dismissed? |
EVirtualKeyboardDismissAction | 0x 9f1 | |
Justification
How the text should be aligned with the margin. |
ETextJustify | 0x 9f2 | |
ShapedTextOptions
Controls how the text within this widget should be shaped. |
FShapedTextOptions | 0x 9f3 | |
OnTextChanged
Called whenever the text is changed programmatically or interactively by the user |
FMulticastInlineDelegate | 0x 9f8 | |
OnTextCommitted
Called whenever the text is committed. |
FMulticastInlineDelegate | 0x a08 |