![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneParameterTemplate.h>
Inheritance diagram for FMovieSceneParameterSectionTemplate:Protected Member Functions | |
| MOVIESCENETRACKS_API | FMovieSceneParameterSectionTemplate (const UMovieSceneParameterSection &Section) |
| MOVIESCENETRACKS_API void | EvaluateCurves (const FMovieSceneContext &Context, FEvaluatedParameterSectionValues &OutValues) const |
Protected Member Functions inherited from FMovieSceneEvalTemplate | |
| MOVIESCENE_API float | EvaluateEasing (FFrameTime CurrentTime) const |
Protected Member Functions inherited from FMovieSceneEvalTemplateBase | |
| virtual void | Setup (FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const |
| virtual void | TearDown (FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const |
| virtual UScriptStruct & | GetScriptStructImpl () const |
| void | EnableOverrides (uint8 OverrideFlag) |
Protected Attributes | |
| TArray< FScalarParameterNameAndCurve > | Scalars |
| TArray< FBoolParameterNameAndCurve > | Bools |
| TArray< FVector2DParameterNameAndCurves > | Vector2Ds |
| TArray< FVectorParameterNameAndCurves > | Vectors |
| TArray< FColorParameterNameAndCurves > | Colors |
| TArray< FTransformParameterNameAndCurves > | Transforms |
Protected Attributes inherited from FMovieSceneEvalTemplate | |
| EMovieSceneCompletionMode | CompletionMode |
| TWeakObjectPtr< const UMovieSceneSection > | SourceSectionPtr |
Protected Attributes inherited from FMovieSceneEvalTemplateBase | |
| uint8 | OverrideMask |
Additional Inherited Members | |
Protected Types inherited from FMovieSceneEvalTemplate | |
| enum | EOverrideMask { RequiresInitializeFlag = 0x004 } |
Protected Types inherited from FMovieSceneEvalTemplateBase | |
| enum | EOverrideMask { RequiresSetupFlag = 0x001 , RequiresTearDownFlag = 0x002 } |
Template that performs evaluation of parameter sections
|
inline |
|
protected |
Protected constructor to initialize from a parameter section
|
protected |
Evaluate our curves, outputting evaluated values into the specified container
|
protected |
The bool parameter names and their associated curves.
|
protected |
The color parameter names and their associated curves.
|
protected |
The scalar parameter names and their associated curves.
|
protected |
|
protected |
The vector parameter names and their associated curves.
|
protected |
The vector parameter names and their associated curves.