FBoolParameterNameAndCurve

Structure representing an bool 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 FBoolParameterNameAndCurve

Remarks

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

Variables

Name Description

Public variable

FMovieSceneBool...

 

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

FBoolParameterNameAndCurve()

Public function

FBoolParameterNameAndCurve

(
    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