FAnimatedRange

Structure used to wrap up a range, and an optional animation target

Windows
MacOS
Linux

Inheritance Hierarchy

TRange

FAnimatedRange

References

Module

SequencerWidgets

Header

/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h

Include

#include "ITimeSlider.h"

Syntax

struct FAnimatedRange : public TRange< double >

Remarks

Structure used to wrap up a range, and an optional animation target

Variables

Name Description

Public variable

TOptional< TRan...

 

AnimationTarget

The animation target, if animating

Constructors

Name Description

Public function

FAnimatedRange()

Default Construction

Public function

FAnimatedRange

(
    const TRange< double >& InRange
)

Copy-construction from simple range

Public function

FAnimatedRange

(
    double LowerBound,
    double UpperBound
)

Construction from a lower and upper bound

Functions

Name Description

Public function Const

const TRange...

 

GetAnimationTarget()

Get the current animation target, or the whole view range when not animating

Public function Static

TAttribute< ...

 

WrapAttribute

(
    const TAttribute< FAnimatedRange > ...
)

Helper function to wrap an attribute to an animated range with a non-animated one

Public function Static

TAttribute< ...

 

WrapAttribute

(
    const TAttribute< TRange< double >>...
)

Helper function to wrap an attribute to a non-animated range with an animated one

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss