UMovieSceneParameterSection::AddColorParameterKey

Adds a a key for a specific color parameter at the specified time with the specified value.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h

Include

#include "Sections/MovieSceneParameterSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp

Syntax

void AddColorParameterKey
(
    FName InParameterName,
    FFrameNumber InTime,
    FLinearColor InValue
)

Remarks

Adds a a key for a specific color parameter at the specified time with the specified 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