FColorParameterNameAndCurves

Structure representing an animated color parameter and it's associated animation curve.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FColorParameterNameAndCurves

Remarks

Structure representing an animated color parameter and it's associated animation curve.

Variables

Name Description

Public variable

FMovieSceneFloa...

 

AlphaCurve

The curve which contains the animation data for the alpha component of the color parameter.

Public variable

FMovieSceneFloa...

 

BlueCurve

The curve which contains the animation data for the blue component of the color parameter.

Public variable

FMovieSceneFloa...

 

GreenCurve

The curve which contains the animation data for the green component of the color parameter.

Public variable

FName

 

ParameterName

The name of the color parameter which is being animated.

Public variable

FMovieSceneFloa...

 

RedCurve

The curve which contains the animation data for the red component of the color parameter.

Constructors

Name Description

Public function

FColorParameterNameAndCurves()

Public function

FColorParameterNameAndCurves

(
    FName InParameterName
)

Creates a new FVectorParameterNameAndCurve for a specific color parameter.

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