Navigation
API > API/Editor > API/Editor/KismetWidgets > API/Editor/KismetWidgets/SScrubWidget
References
| Module | KismetWidgets |
| Header | /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h |
| Include | #include "SScrubWidget.h" |
| Source | /Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp |
void CommitValue
&40;
float NewValue,
bool bSliderClamp,
bool bCommittedFromText
&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 |
| bSliderClamp | true to clamp the slider value to the nearest delta value |
| bCommittedFromText | true if the value was committed from the text box and not the slider |