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