UMovieSceneParameterSection::AddVectorParameterKey

Adds a a key for a specific vector 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 AddVectorParameterKey
(
    FName InParameterName,
    FFrameNumber InTime,
    FVector InValue
)

Remarks

Adds a a key for a specific vector 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