DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UEditableText

UWidget > UVisual > UObject

Editable text box widget

Member Type Offset Share
Text

The text content for this editable text box widget

FText 0x108
TextDelegate

A bindable delegate to allow logic to drive the text of the widget

FDelegate 0x120
HintText

Hint text that appears when there is no text in the text box

FText 0x130
HintTextDelegate

A bindable delegate to allow logic to drive the hint text of the widget

FDelegate 0x148
WidgetStyle

The style

FEditableTextStyle 0x158
Style USlateWidgetStyleAsset* 0x370
BackgroundImageSelected USlateBrushAsset* 0x378
BackgroundImageComposing USlateBrushAsset* 0x380
CaretImage USlateBrushAsset* 0x388
Font FSlateFontInfo 0x390
ColorAndOpacity FSlateColor 0x3e0
IsReadOnly

Sets whether this text box can actually be modified interactively by the user

bool 0x408
IsPassword

Sets whether this text box is for storing a password

bool 0x409
MinimumDesiredWidth

Minimum width that a text block should be

float 0x40c
IsCaretMovedWhenGainFocus

Workaround as we lose focus when the auto completion closes.

bool 0x410
SelectAllTextWhenFocused

Whether to select all text when the user clicks to give focus on the widget

bool 0x411
RevertTextOnEscape

Whether to allow the user to back out of changes when they press the escape key

bool 0x412
ClearKeyboardFocusOnCommit

Whether to clear keyboard focus when pressing enter to commit changes

bool 0x413
SelectAllTextOnCommit

Whether to select all text when pressing enter to commit changes

bool 0x414
AllowContextMenu

Whether the context menu can be opened

bool 0x415
KeyboardType

If we're on a platform that requires a virtual keyboard, what kind of keyboard should this widget use?

EVirtualKeyboardType 0x416
VirtualKeyboardOptions

Additional options for the virtual keyboard

FVirtualKeyboardOptions 0x417
VirtualKeyboardTrigger EVirtualKeyboardTrigger 0x418
VirtualKeyboardDismissAction

What action should be taken when the virtual keyboard is dismissed?

EVirtualKeyboardDismissAction 0x419
Justification

How the text should be aligned with the margin.

ETextJustify 0x41a
ShapedTextOptions

Controls how the text within this widget should be shaped.

FShapedTextOptions 0x41b
OnTextChanged

Called whenever the text is changed programmatically or interactively by the user

FMulticastInlineDelegate 0x420
OnTextCommitted

Called whenever the text is committed.

FMulticastInlineDelegate 0x430