Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FScalarParameterNameAndValue
Remarks
Structure representing the animated value of a scalar parameter.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName | The name of the scalar parameter. |
![]() |
float | Value | The animated value of the scalar parameter. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FScalarParameterNameAndValue
(
FName InParameterName, |
Creates a new FScalarParameterAndValue with a parameter name and a value. |