![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneParameterSection.h>
Public Member Functions | |
| FColorParameterNameAndValue (FName InParameterName, FLinearColor InValue) | |
Public Attributes | |
| FName | ParameterName |
| FLinearColor | Value |
Structure representing the animated value of a color parameter.
|
inline |
Creates a new FColorParameterAndValue with a parameter name and a value.
| FName FColorParameterNameAndValue::ParameterName |
The name of the color parameter.
| FLinearColor FColorParameterNameAndValue::Value |
The animated value of the color parameter.