Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing an animated color parameter and it's associated animation curve.
| Name | FColorMaterialParameterInfoAndCurves |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include Path | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
Syntax
USTRUCT ()
struct FColorMaterialParameterInfoAndCurves
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sections/MovieSceneComponentMaterialParameterSection.h | |||
FColorMaterialParameterInfoAndCurves
(
const FMaterialParameterInfo& InParameterInfo |
Creates a new FVectorParameterNameAndCurve for a specific color parameter. | Sections/MovieSceneComponentMaterialParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlphaCurve | FMovieSceneFloatChannel | The curve which contains the animation data for the alpha component of the color parameter. | Sections/MovieSceneComponentMaterialParameterSection.h | |
| BlueCurve | FMovieSceneFloatChannel | The curve which contains the animation data for the blue component of the color parameter. | Sections/MovieSceneComponentMaterialParameterSection.h | |
| GreenCurve | FMovieSceneFloatChannel | The curve which contains the animation data for the green component of the color parameter. | Sections/MovieSceneComponentMaterialParameterSection.h | |
| ParameterAssetName | FString | Name of parameter asset, if applicable | Sections/MovieSceneComponentMaterialParameterSection.h | |
| ParameterChannelNames | FParameterChannelNames | Optional UI names for parameter channels, if applicable | Sections/MovieSceneComponentMaterialParameterSection.h | |
| ParameterInfo | FMaterialParameterInfo | The name of the color parameter which is being animated. | Sections/MovieSceneComponentMaterialParameterSection.h | |
| ParameterLayerName | FString | Name of parameter layer, if applicable | Sections/MovieSceneComponentMaterialParameterSection.h | |
| RedCurve | FMovieSceneFloatChannel | The curve which contains the animation data for the red component of the color parameter. | Sections/MovieSceneComponentMaterialParameterSection.h |