TBlendableTokenStack::Interrogate

Implemented by typed stacks to interrogate the final blended value for its data.

Windows
MacOS
Linux

Override Hierarchy

IBlendableTokenStack::Interrogate()

TBlendableTokenStack::Interrogate()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h

Include

#include "Evaluation/Blending/BlendableTokenStack.h"

Source

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendingAccumulator.inl

Syntax

virtual void Interrogate
(
    UObject * AnimatedObject,
    FMovieSceneInterrogationData & InterrogationData,
    FMovieSceneBlendingAccumulator & Accumulator,
    FMovieSceneBlendingActuatorID ActuatorTypeID,
    const FMovieSceneContext & Context
)

Remarks

Implemented by typed stacks to interrogate the final blended value for its data.

Parameters

Parameter

Description

AnimatedObject

The object that the value should be interrogated for

InterrogationData

The interrogation data to populate

Accumulator

The accumulator that was used to gather and consolidate the blendable tokens

ActuatorTypeID

A unique identifier to the actuator that should be used to apply the result to the object

Context

Root-level movie scene evaluation context for the current frame

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