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