![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Structure representing an animated color parameter and it's associated animation curve.
|
inline |
| FColorMaterialParameterInfoAndCurves::FColorMaterialParameterInfoAndCurves | ( | const FMaterialParameterInfo & | InParameterInfo | ) |
Creates a new FVectorParameterNameAndCurve for a specific color parameter.
| FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::AlphaCurve |
The curve which contains the animation data for the alpha component of the color parameter.
| FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::BlueCurve |
The curve which contains the animation data for the blue component of the color parameter.
| FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::GreenCurve |
The curve which contains the animation data for the green component of the color parameter.
| FMaterialParameterInfo FColorMaterialParameterInfoAndCurves::ParameterInfo |
The name of the color parameter which is being animated.
| FMovieSceneFloatChannel FColorMaterialParameterInfoAndCurves::RedCurve |
The curve which contains the animation data for the red component of the color parameter.