FVectorParameterNameAndValue

Structure representing the animated value of a vector parameter.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FVectorParameterNameAndValue

Remarks

Structure representing the animated value of a vector parameter.

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the vector parameter.

Public variable

FVector

 

Value

The animated value of the vector parameter.

Constructors

Name Description

Public function

FVectorParameterNameAndValue

(
    FName InParameterName,
    FVector InValue
)

Creates a new FVectorParameterAndValue 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