FMovieSceneComponentTransformSectionTemplate::Interrogate

Interrogate this template for its output. Should not have any side effects.

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneEvalTemplate::Interrogate()

FMovieSceneComponentTransformSectionTemplate::Interrogate()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Evaluation/MovieScene3DTransformTemplate.h

Include

#include "Evaluation/MovieScene3DTransformTemplate.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Evaluation/MovieScene3DTransformTemplate.cpp

Syntax

virtual void Interrogate
(
    const FMovieSceneContext & Context,
    FMovieSceneInterrogationData & Container,
    UObject * BindingOverride
) const

Remarks

Interrogate this template for its output. Should not have any side effects.

Parameters

Parameter

Description

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

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