FVector2DParameterNameAndCurves

Structure representing an animated vector2D parameter and it's associated animation curve.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FVector2DParameterNameAndCurves

Remarks

Structure representing an animated vector2D parameter and it's associated animation curve.

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the vector parameter which is being animated.

Public variable

FMovieSceneFloa...

 

XCurve

The curve which contains the animation data for the x component of the vector parameter.

Public variable

FMovieSceneFloa...

 

YCurve

The curve which contains the animation data for the y component of the vector parameter.

Constructors

Name Description

Public function

FVector2DParameterNameAndCurves()

Public function

FVector2DParameterNameAndCurves

(
    FName InParameterName
)

Creates a new FVectorParameterNameAndCurve for a specific vector parameter.

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