Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
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
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel | AlphaCurve | The curve which contains the animation data for the alpha component of the color parameter. | |
| FMovieSceneFloatChannel | BlueCurve | The curve which contains the animation data for the blue component of the color parameter. | |
| FMovieSceneFloatChannel | GreenCurve | The curve which contains the animation data for the green component of the color parameter. | |
| FName | ParameterName | The name of the color parameter which is being animated. | |
| FMovieSceneFloatChannel | RedCurve | The curve which contains the animation data for the red component of the color parameter. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FColorParameterNameAndCurves
(
FName InParameterName |
Creates a new FVectorParameterNameAndCurve for a specific color parameter. |