UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FColorParameterNameAndCurves Struct Reference

#include <MovieSceneParameterSection.h>

+ Inheritance diagram for FColorParameterNameAndCurves:

Public Member Functions

 FColorParameterNameAndCurves ()
 
 FColorParameterNameAndCurves (FName InParameterName)
 
- Public Member Functions inherited from FBaseParameterNameAndValue
 FBaseParameterNameAndValue ()
 
 FBaseParameterNameAndValue (FName InParameterName)
 

Public Attributes

FMovieSceneFloatChannel RedCurve
 
FMovieSceneFloatChannel GreenCurve
 
FMovieSceneFloatChannel BlueCurve
 
FMovieSceneFloatChannel AlphaCurve
 
- Public Attributes inherited from FBaseParameterNameAndValue
FName ParameterName
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FColorParameterNameAndCurves() [1/2]

FColorParameterNameAndCurves::FColorParameterNameAndCurves ( )
inline

◆ FColorParameterNameAndCurves() [2/2]

FColorParameterNameAndCurves::FColorParameterNameAndCurves ( FName  InParameterName)
inline

Member Data Documentation

◆ AlphaCurve

FMovieSceneFloatChannel FColorParameterNameAndCurves::AlphaCurve

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

◆ BlueCurve

FMovieSceneFloatChannel FColorParameterNameAndCurves::BlueCurve

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

◆ GreenCurve

FMovieSceneFloatChannel FColorParameterNameAndCurves::GreenCurve

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

◆ RedCurve

FMovieSceneFloatChannel FColorParameterNameAndCurves::RedCurve

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


The documentation for this struct was generated from the following file: