UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FColorParameterNameAndValue Struct Reference

#include <MovieSceneParameterSection.h>

Public Member Functions

 FColorParameterNameAndValue (FName InParameterName, FLinearColor InValue)
 

Public Attributes

FName ParameterName
 
FLinearColor Value
 

Detailed Description

Structure representing the animated value of a color parameter.

Constructor & Destructor Documentation

◆ FColorParameterNameAndValue()

FColorParameterNameAndValue::FColorParameterNameAndValue ( FName  InParameterName,
FLinearColor  InValue 
)
inline

Creates a new FColorParameterAndValue with a parameter name and a value.

Member Data Documentation

◆ ParameterName

FName FColorParameterNameAndValue::ParameterName

The name of the color parameter.

◆ Value

FLinearColor FColorParameterNameAndValue::Value

The animated value of the color parameter.


The documentation for this struct was generated from the following file: