Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
Syntax
USTRUCT ()
struct FColorMaterialParameterInfoAndCurves
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. | |
| FString | ParameterAssetName | Name of parameter asset, if applicable | |
| FParameterChannelNames | ParameterChannelNames | Optional UI names for parameter channels, if applicable | |
| FMaterialParameterInfo | ParameterInfo | The name of the color parameter which is being animated. | |
| FString | ParameterLayerName | Name of parameter layer, if applicable | |
| FMovieSceneFloatChannel | RedCurve | The curve which contains the animation data for the red component of the color parameter. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FColorMaterialParameterInfoAndCurves
(
const FMaterialParameterInfo& InParameterInfo |
Creates a new FVectorParameterNameAndCurve for a specific color parameter. |