Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SEditableTextBox > API/Runtime/Slate/SEditableTextBox/FArguments
Description
Called whenever the text is committed. This happens when the user presses enter or the text box loses focus.
| Name | OnTextCommitted |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
| Include Path | #include "Widgets/Input/SEditableTextBox.h" |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted & InDelegate
)