UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVector2DParameterNameAndValue Struct Reference

#include <MovieSceneParameterSection.h>

Public Member Functions

 FVector2DParameterNameAndValue (FName InParameterName, FVector2D InValue)
 

Public Attributes

FName ParameterName
 
FVector2D Value
 

Detailed Description

Structure representing the animated value of a vector2D parameter.

Constructor & Destructor Documentation

◆ FVector2DParameterNameAndValue()

FVector2DParameterNameAndValue::FVector2DParameterNameAndValue ( FName  InParameterName,
FVector2D  InValue 
)
inline

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

Member Data Documentation

◆ ParameterName

FName FVector2DParameterNameAndValue::ParameterName

The name of the vector parameter.

◆ Value

FVector2D FVector2DParameterNameAndValue::Value

The animated value of the vector parameter.


The documentation for this struct was generated from the following file: