| ISequencerInputHandler
|
Module |
|
Header |
/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h |
Include |
#include "ITimeSlider.h" |
class ITimeSliderController : public ISequencerInputHandler
Name | Description | |
---|---|---|
|
~ITimeSliderController() |
Name | Description | ||
---|---|---|---|
|
FAnimatedRan... |
GetClampRange() |
Get the current clamp range for this controller |
|
GetDisplayRate() |
Get the current play rate for this controller |
|
|
GetPlayRange() |
Get the current play range for this controller |
|
|
GetScrubPosition() |
Get the current time for the Scrub handle which indicates what range is being evaluated. |
|
|
GetSelectionRange() |
Get the current selection range for this controller |
|
|
GetTickResolution() |
Get the current tick resolution for this controller |
|
|
FAnimatedRan... |
GetViewRange() |
Get the current view range for this controller |
|
OnCursorQuery ( |
||
|
OnMouseButtonDoubleClick ( |
||
|
int32 |
OnPaintTimeSlider ( |
|
|
int32 |
OnPaintViewArea ( |
|
|
OnTimeSliderMouseButtonDown ( |
||
|
OnTimeSliderMouseButtonUp ( |
||
|
OnTimeSliderMouseMove ( |
||
|
OnTimeSliderMouseWheel ( |
||
|
void |
SetClampRange ( |
Set a new clamp range based on a min, max |
|
void |
SetPlayRange ( |
Set a new playback range based on a min, max |
|
void |
SetScrubPosition ( |
Set the current time for the Scrub handle which indicates what range is being evaluated. |
|
void |
SetSelectionRange ( |
Set a new selection range |
|
void |
SetViewRange ( |
Set a new range based on a min, max and an interpolation mode |