UMovieSceneParticleParameterTrack::AddColorParameterKey

Adds a Vector parameter key to the track.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h

Include

#include "Tracks/MovieSceneParticleParameterTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleParameterTrack.cpp

Syntax

void AddColorParameterKey
(
    FName ParameterName,
    FFrameNumber Position,
    FLinearColor Value
)

Remarks

Adds a Vector parameter key to the track.

Parameters

Parameter

Description

ParameterName

The name of the parameter to add a key for.

Time

The time to add the new key.

The

value for the new key.

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