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

#include <MovieSceneParameterSection.h>

Public Member Functions

 FVectorParameterNameAndValue (FName InParameterName, FVector InValue)
 

Public Attributes

FName ParameterName
 
FVector Value
 

Detailed Description

Structure representing the animated value of a vector parameter.

Constructor & Destructor Documentation

◆ FVectorParameterNameAndValue()

FVectorParameterNameAndValue::FVectorParameterNameAndValue ( FName  InParameterName,
FVector  InValue 
)
inline

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

Member Data Documentation

◆ ParameterName

FName FVectorParameterNameAndValue::ParameterName

The name of the vector parameter.

◆ Value

FVector FVectorParameterNameAndValue::Value

The animated value of the vector parameter.


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