Navigation
API > API/Editor > API/Editor/SequencerWidgets > API/Editor/SequencerWidgets/FAnimatedRange
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TAttribute< TRange< double > > WrapAttribute
(
const TAttribute< FAnimatedRange >& InAttribute |
Helper function to wrap an attribute to an animated range with a non-animated one | AnimatedRange.h | |
static TAttribute< FAnimatedRange > WrapAttribute
(
const TAttribute< TRange< double > >& InAttribute |
Helper function to wrap an attribute to a non-animated range with an animated one | AnimatedRange.h |
WrapAttribute(const TAttribute< FAnimatedRange > &)
Description
Helper function to wrap an attribute to an animated range with a non-animated one
| Name | WrapAttribute |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include Path | #include "AnimatedRange.h" |
static TAttribute < TRange < double > > WrapAttribute
(
const TAttribute < FAnimatedRange > & InAttribute
)
WrapAttribute(const TAttribute< TRange< double > > &)
Description
Helper function to wrap an attribute to a non-animated range with an animated one
| Name | WrapAttribute |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerWidgets/Public/AnimatedRange.h |
| Include Path | #include "AnimatedRange.h" |
static TAttribute < FAnimatedRange > WrapAttribute
(
const TAttribute < TRange < double > > & InAttribute
)