![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneParameterSection.h>
Public Member Functions | |
| FVectorParameterNameAndValue (FName InParameterName, FVector InValue) | |
Public Attributes | |
| FName | ParameterName |
| FVector | Value |
Structure representing the animated value of a vector parameter.
|
inline |
Creates a new FVectorParameterAndValue with a parameter name and a value.
| FName FVectorParameterNameAndValue::ParameterName |
The name of the vector parameter.
| FVector FVectorParameterNameAndValue::Value |
The animated value of the vector parameter.