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

UMultiLineEditableText

UTextLayoutWidget > UWidget > UVisual > UObject

Editable text box widget

Member Type Offset Share
Text

The text content for this editable text box widget

FText 0x128
HintText

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

FText 0x140
HintTextDelegate

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

FDelegate 0x158
WidgetStyle

The style

FTextBlockStyle 0x168
bIsReadOnly

Sets whether this text block can be modified interactively by the user

bool 0x3d0
Font FSlateFontInfo 0x3d8
SelectAllTextWhenFocused

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

bool 0x428
ClearTextSelectionOnFocusLoss

Whether to clear text selection when focus is lost

bool 0x429
RevertTextOnEscape

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

bool 0x42a
ClearKeyboardFocusOnCommit

Whether to clear keyboard focus when pressing enter to commit changes

bool 0x42b
AllowContextMenu

Whether the context menu can be opened

bool 0x42c
VirtualKeyboardOptions

Additional options for the virtual keyboard

FVirtualKeyboardOptions 0x42d
VirtualKeyboardDismissAction

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

EVirtualKeyboardDismissAction 0x42e
OnTextChanged

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

FMulticastInlineDelegate 0x430
OnTextCommitted

Called whenever the text is committed.

FMulticastInlineDelegate 0x440