Navigation
API > API/Editor > API/Editor/SequencerWidgets > API/Editor/SequencerWidgets/FAnimatedRange
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default Construction | AnimatedRange.h | ||
FAnimatedRange
(
const TRange< double >& InRange |
Copy-construction from simple range | AnimatedRange.h | |
FAnimatedRange
(
double LowerBound, |
Construction from a lower and upper bound | AnimatedRange.h |
FAnimatedRange()
Description
Default Construction
| Name | FAnimatedRange |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include Path | #include "AnimatedRange.h" |
FAnimatedRange()
FAnimatedRange(const TRange< double > &)
Description
Copy-construction from simple range
| Name | FAnimatedRange |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include Path | #include "AnimatedRange.h" |
FAnimatedRange
(
const TRange < double > & InRange
)
FAnimatedRange(double, double)
Description
Construction from a lower and upper bound
| Name | FAnimatedRange |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include Path | #include "AnimatedRange.h" |
FAnimatedRange
(
double LowerBound,
double UpperBound
)