Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SSpinBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h |
| Include | #include "Widgets/Input/SSpinBox.h" |
void TextField_OnTextCommitted
&40;
const FText & NewText,
ETextCommit::Type CommitInfo
&41;
Remarks
Invoked when the text field commits its text.
Parameters
| Name | Description |
|---|---|
| NewText | The value of text coming from the editable text field. |
| CommitInfo | Information about the source of the commit |