Navigation
API > API/Editor > API/Editor/SequencerWidgets
Enum specifying how to interpolate to a new view range
| Name | EViewRangeInterpolation |
| Type | enum |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/ViewRangeInterpolation.h |
| Include Path | #include "ViewRangeInterpolation.h" |
Syntax
enum EViewRangeInterpolation
{
Animated,
Immediate,
}
Values
| Name | Remarks |
|---|---|
| Animated | Use an externally defined animated interpolation |
| Immediate | Set the view range immediately |