SSimpleTimeSlider::CommitScrubPosition

Call this method when the user's interaction has changed the scrub position

Unreal Engine C++ API Reference > Developer > ToolWidgets > SSimpleTimeSlider

References

   
Module ToolWidgets
Header /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h
Include #include "SSimpleTimeSlider.h"
Source /Engine/Source/Developer/ToolWidgets/Private/SSimpleTimeSlider.cpp
void CommitScrubPosition
(
    float NewValue,
    bool bIsScrubbing
)

Remarks

Call this method when the user's interaction has changed the scrub position

Parameters

Name Description
NewValue Value resulting from the user's interaction
bIsScrubbing True if done via scrubbing, false if just releasing scrubbing

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library