FScalarParameterNameAndCurve

Structure representing an animated scalar 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 FScalarParameterNameAndCurve

Remarks

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

Variables

Name Description

Public variable

FMovieSceneFloa...

 

ParameterCurve

The curve which contains the animation data for the scalar parameter.

Public variable

FName

 

ParameterName

The name of the scalar parameter which is being animated.

Constructors

Name Description

Public function

FScalarParameterNameAndCurve()

Public function

FScalarParameterNameAndCurve

(
    FName InParameterName
)

Creates a new FScalarParameterNameAndCurve for a specific scalar 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