Navigation
API > API/Editor > API/Editor/SequencerWidgets
Inheritance Hierarchy
- TRange
- FAnimatedRange
References
| Module | SequencerWidgets |
| Header | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include | #include "AnimatedRange.h" |
Syntax
struct FAnimatedRange : public TRange< double >
Remarks
Structure used to wrap up a range, and an optional animation target
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TRange< double > > | AnimationTarget | The animation target, if animating |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Construction | |||
FAnimatedRange
(
const TRange< double >& InRange |
Copy-construction from simple range | ||
FAnimatedRange
(
double LowerBound, |
Construction from a lower and upper bound |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TRange< double > & | Get the current animation target, or the whole view range when not animating | ||
| TAttribute< TRange< double > > | WrapAttribute
(
const TAttribute< FAnimatedRange >& InAttribute |
Helper function to wrap an attribute to an animated range with a non-animated one | |
| TAttribute< FAnimatedRange > | WrapAttribute
(
const TAttribute< TRange< double >>& InAttribute |
Helper function to wrap an attribute to a non-animated range with an animated one |