UMovieSceneParameterSection::AddTransformParameterKey

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 AddTransformParameterKey
(
    FName InParameterName,
    FFrameNumber InTime,
    const FTransform & 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