FColorParameterNameAndValue

Structure representing the animated value of a color parameter.

Windows
MacOS
Linux

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

Name Description

Public variable

FName

 

ParameterName

The name of the color parameter.

Public variable

FLinearColor

 

Value

The animated value of the color parameter.

Constructors

Name Description

Public function

FColorParameterNameAndValue

(
    FName InParameterName,
    FLinearColor InValue
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss