Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h |
Include |
#include "Components/MultiLineEditableTextBox.h" |
class UMultiLineEditableTextBox : public UTextLayoutWidget
Allows a user to enter multiple lines of text
Name | Description | ||
---|---|---|---|
|
AllowContextMenu |
Whether the context menu can be opened |
|
|
bIsReadOnly |
Sets whether this text block can be modified interactively by the user |
|
|
HintText |
Hint text that appears when there is no text in the text box |
|
|
HintTextDelegate |
A bindable delegate to allow logic to drive the hint text of the widget |
|
|
K2_Cache_HintText |
||
|
TSharedPtr< SMu... |
MyEditableTextBlock |
|
|
OnTextChanged |
Called whenever the text is changed programmatically or interactively by the user |
|
|
OnTextCommitted |
Called whenever the text is committed. |
|
|
Text |
The text content for this editable text box widget |
|
|
TextStyle |
The text style |
|
|
VirtualKeyboardDismissAction |
What action should be taken when the virtual keyboard is dismissed? |
|
|
VirtualKeyboardOptions |
Additional options to be used by the virtual keyboard summoned from this widget |
|
|
WidgetStyle |
The style |
Name | Description | |
---|---|---|
|
UMultiLineEditableTextBox ( |
Name | Description | ||
---|---|---|---|
|
GetHintText() |
||
|
GetText() |
Provide a alternative mechanism for error reporting. |
|
|
HandleOnTextChanged ( |
||
|
HandleOnTextCommitted ( |
||
|
K2_Gate_HintText() |
||
|
SetError ( |
||
|
SetForegroundColor ( |
||
|
SetHintText ( |
||
|
SetIsReadOnly ( |
||
|
SetText ( |
||
|
SetTextStyle ( |
Name | Description | ||
---|---|---|---|
|
SetJustification ( |
TODO UMG Add Set ReadOnlyForegroundColor TODO UMG Add Set BackgroundColor TODO UMG Add Set Font |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
BackgroundColor_DEPRECATED |
The color of the background/border around the editable text (overrides Style) |
|
|
Font_DEPRECATED |
Font color and opacity (overrides Style) |
|
|
ForegroundColor_DEPRECATED |
Text color and opacity (overrides Style) |
|
|
ReadOnlyForegroundColor_DEPRECATED |
Text color and opacity when read-only (overrides Style) |
|
|
TObjectPtr< USl... |
Style_DEPRECATED |