FScalarParameterNameAndValue

Structure representing the animated value of a scalar parameter.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FScalarParameterNameAndValue

Remarks

Structure representing the animated value of a scalar parameter.

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the scalar parameter.

Public variable

float

 

Value

The animated value of the scalar parameter.

Constructors

Name Description

Public function

FScalarParameterNameAndValue

(
    FName InParameterName,
    float InValue
)

Creates a new FScalarParameterAndValue with a parameter name and a value.

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