Navigation
Unreal Engine C++ API Reference > 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 ( float NewValue, bool bSliderClamp, bool bCommittedFromText )
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 |