Navigation
API > API/Editor > API/Editor/SequencerWidgets > API/Editor/SequencerWidgets/ITimeSliderController
Description
Get the current time bounds for this controller. The time bounds should be a subset of the playback range.
| Name | GetTimeBounds |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h |
| Include Path | #include "ITimeSlider.h" |
| Source | /Engine/Source/Editor/SequencerWidgets/Private/ITimeSlider.cpp |
virtual TRange < FFrameNumber > GetTimeBounds() const