FMovieSceneTrackImplementation::Interrogate

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

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneTrackImplementation.h

Include

#include "Evaluation/MovieSceneTrackImplementation.h"

Syntax

virtual bool 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