struct TNamedAnimationCurve

template<class T>

An animation curve and its name.

Public

Constructors

TNamedAnimationCurve<T>

TNamedAnimationCurve<T>() = default

TNamedAnimationCurve<T>

TNamedAnimationCurve<T>(const String &name, const TAnimationCurve<T> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve<T>

TNamedAnimationCurve<T>(const String &name, AnimationCurveFlags flags, const TAnimationCurve<T> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve() = default

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, const TAnimationCurve<float> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<float> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve() = default

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, const TAnimationCurve<TVector3<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TVector3<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve() = default

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, const TAnimationCurve<TVector2<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TVector2<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve() = default

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, const TAnimationCurve<TQuaternion<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TQuaternion<float>> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve() = default

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, const TAnimationCurve<int> curve)

Constructs a new named animation curve.

name
Name of the curve.
curve
Curve containing the animation data.

TNamedAnimationCurve

TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<int> curve)

Constructs a new named animation curve.

name
Name of the curve.
flags
Flags that describe the animation curve.
curve
Curve containing the animation data.

Fields

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

Actual curve containing animation data.

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

TAnimationCurve<float> Curve

Actual curve containing animation data.

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

Actual curve containing animation data.

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

Actual curve containing animation data.

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

Actual curve containing animation data.

Name

String Name

Name of the curve.

Flags

AnimationCurveFlags Flags

Flags that describe the animation curve.

Curve

TAnimationCurve<int> Curve

Actual curve containing animation data.