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

#include <MovieSceneComponentMaterialParameterSection.h>

Public Member Functions

 FColorMaterialParameterInfoAndCurves ()
 
MOVIESCENETRACKS_API FColorMaterialParameterInfoAndCurves (const FMaterialParameterInfo &InParameterInfo)
 

Public Attributes

FMaterialParameterInfo ParameterInfo
 
FMovieSceneFloatChannel RedCurve
 
FMovieSceneFloatChannel GreenCurve
 
FMovieSceneFloatChannel BlueCurve
 
FMovieSceneFloatChannel AlphaCurve
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FColorMaterialParameterInfoAndCurves() [1/2]

FColorMaterialParameterInfoAndCurves::FColorMaterialParameterInfoAndCurves ( )
inline

◆ FColorMaterialParameterInfoAndCurves() [2/2]

FColorMaterialParameterInfoAndCurves::FColorMaterialParameterInfoAndCurves ( const FMaterialParameterInfo InParameterInfo)

Creates a new FVectorParameterNameAndCurve for a specific color parameter.

Member Data Documentation

◆ AlphaCurve

FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::AlphaCurve

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

◆ BlueCurve

FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::BlueCurve

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

◆ GreenCurve

FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::GreenCurve

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

◆ ParameterInfo

FMaterialParameterInfo FColorMaterialParameterInfoAndCurves::ParameterInfo

The name of the color parameter which is being animated.

◆ RedCurve

FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::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 files: