FVectorParameterNameAndCurves

Structure representing an animated vector 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 FVectorParameterNameAndCurves

Remarks

Structure representing an animated vector 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.

Public variable

FMovieSceneFloa...

 

ZCurve

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

Constructors

Name Description

Public function

FVectorParameterNameAndCurves()

Public function

FVectorParameterNameAndCurves

(
    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