Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneEvalTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Interrogate
(
const FMovieSceneContext& Context, |
Interrogate this template for its output. Should not have any side effects. | Evaluation/MovieSceneEvalTemplate.h | |
virtual void Interrogate
(
const FMovieSceneContext& Context, |
Interrogate this template for its output. Should not have any side effects. | Evaluation/MovieSceneEvalTemplate.h |
Interrogate(const FMovieSceneContext &, FMovieSceneInterrogationData &, UObject *)
Description
Interrogate this template for its output. Should not have any side effects.
| Name | Interrogate |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvalTemplate.h |
| Include Path | #include "Evaluation/MovieSceneEvalTemplate.h" |
virtual void Interrogate
(
const FMovieSceneContext & Context,
FMovieSceneInterrogationData & Container,
UObject * BindingOverride
) const
Parameters
| Name | Remarks |
|---|---|
| Context | Evaluation context specifying the current evaluation time, sub sequence transform and other relevant information. |
| Container | Container to populate with the desired output from this track |
| BindingOverride | Optional binding to specify the object that is being animated by this track |
Interrogate(const FMovieSceneContext &, TRange< FFrameNumber >, FMovieSceneInterrogationData &, UObject *)
Description
Interrogate this template for its output. Should not have any side effects.
| Name | Interrogate |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvalTemplate.h |
| Include Path | #include "Evaluation/MovieSceneEvalTemplate.h" |
virtual void Interrogate
(
const FMovieSceneContext & Context,
TRange < FFrameNumber > SweptRange,
FMovieSceneInterrogationData & Container,
UObject * BindingOverride
) const
Parameters
| Name | Remarks |
|---|---|
| Context | Evaluation context specifying the current evaluation time, sub sequence transform and other relevant information. |
| SweptRange | The range to sweep, where this template evaluates with 'swept' evaluation |
| Container | Container to populate with the desired output from this track |
| BindingOverride | Optional binding to specify the object that is being animated by this track |