Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Evaluation
Inheritance Hierarchy
- FMovieSceneEvalTemplateBase
- FMovieSceneEvalTemplate
- FMovieSceneParameterSectionTemplate
- FMovieSceneControlRigParameterTemplate
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Evaluation/MovieSceneParameterTemplate.h |
Include | #include "Evaluation/MovieSceneParameterTemplate.h" |
Syntax
struct FMovieSceneParameterSectionTemplate : public FMovieSceneEvalTemplate
Remarks
Template that performs evaluation of parameter sections
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FBoolParameterNameAndCurve > | Bools | The bool parameter names and their associated curves. |
![]() |
TArray< FColorParameterNameAndCurves > | Colors | The color parameter names and their associated curves. |
![]() |
TArray< FScalarParameterNameAndCurve > | Scalars | The scalar parameter names and their associated curves. |
![]() |
TArray< FTransformParameterNameAndCurves > | Transforms | |
![]() |
TArray< FVector2DParameterNameAndCurves > | Vector2Ds | The vector parameter names and their associated curves. |
![]() |
TArray< FVectorParameterNameAndCurves > | Vectors | The vector parameter names and their associated curves. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FMovieSceneParameterSectionTemplate
(
const UMovieSceneParameterSection& Section |
Protected constructor to initialize from a parameter section |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | EvaluateCurves
(
const FMovieSceneContext& Context, |
Evaluate our curves, outputting evaluated values into the specified container |