Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
Include |
#include "Widgets/Input/SEditableTextBox.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp |
void SetSelectAllTextOnCommit
(
const TAttribute< bool > & InSelectAllTextOnCommit
)
Sets whether to select all text when pressing enter to commit changes
Parameter |
Description |
---|---|
InSelectAllTextOnCommit |
Select all text when pressing enter? |