FMovieSceneParameterSectionTemplate

Template that performs evaluation of parameter sections

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

TArray< FBoolPa...

 

Bools

The bool parameter names and their associated curves.

Protected variable

TArray< FColorP...

 

Colors

The color parameter names and their associated curves.

Protected variable

TArray< FScalar...

 

Scalars

The scalar parameter names and their associated curves.

Protected variable

TArray< FTransf...

 

Transforms

Protected variable

TArray< FVector...

 

Vector2Ds

The vector parameter names and their associated curves.

Protected variable

TArray< FVector...

 

Vectors

The vector parameter names and their associated curves.

Constructors

Name Description

Public function

FMovieSceneParameterSectionTemplate()

Protected function

FMovieSceneParameterSectionTemplate

(
    const UMovieSceneParameterSection&...
)

Protected constructor to initialize from a parameter section

Functions

Name Description

Protected function Const

void

 

EvaluateCurves

(
    const FMovieSceneContext& Context,
    FEvaluatedParameterSectionValues& ...
)

Evaluate our curves, outputting evaluated values into the specified container

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss