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 CommitValue
&40;
NumericType NewValue,
double NewSpinValue,
ECommitMethod CommitMethod,
ETextCommit::Type OriginalCommitInfo
&41;
Remarks
Call this method when the user's interaction has changed the value
Parameters
| Name | Description |
|---|---|
| NewValue | Value resulting from the user's interaction |
| CommitMethod | Did the user type in the value or spin to it. |
| OriginalCommitInfo | If the user typed in the value, information about the source of the commit |