SScrubWidget::CommitValue

Call this method when the user's interaction has changed the value

Windows
MacOS
Linux

References

Module

KismetWidgets

Header

/Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h

Include

#include "SScrubWidget.h"

Source

/Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp

Syntax

void CommitValue
(
    float NewValue,
    bool bSliderClamp,
    bool bCommittedFromText
)

Remarks

Call this method when the user's interaction has changed the value

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss