FTransformParameterNameAndCurves

Structure representing an animated transform 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 FTransformParameterNameAndCurves

Remarks

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

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the transform parameter which is being animated.

Public variable

FMovieSceneFloa...

 

Rotation

Rotation curves

Public variable

FMovieSceneFloa...

 

Scale

Scale curves

Public variable

FMovieSceneFloa...

 

Translation

Translation curves

Constructors

Name Description

Public function

FTransformParameterNameAndCurves()

Public function

FTransformParameterNameAndCurves

(
    FName InParameterName
)

Creates a new FVectorParameterNameAndCurve for a specific color 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