Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing the animated value of a color parameter.
| Name | FColorParameterNameAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FColorParameterNameAndValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FColorParameterNameAndValue
(
FName InParameterName, |
Creates a new FColorParameterAndValue with a parameter name and a value. | Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterName | FName | The name of the color parameter. | Sections/MovieSceneParameterSection.h | |
| Value | FLinearColor | The animated value of the color parameter. | Sections/MovieSceneParameterSection.h |