UMovieSceneParameterSection::AddVector2DParameterKey

Adds a a key for a specific vector2D 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 AddVector2DParameterKey
(
    FName InParameterName,
    FFrameNumber InTime,
    FVector2D InValue
)

Remarks

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