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