FVector2DParameterNameAndValue

Structure representing the animated value of a vector2D parameter.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FVector2DParameterNameAndValue

Remarks

Structure representing the animated value of a vector2D parameter.

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the vector parameter.

Public variable

FVector2D

 

Value

The animated value of the vector parameter.

Constructors

Name Description

Public function

FVector2DParameterNameAndValue

(
    FName InParameterName,
    FVector2D 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