Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/Blending > API/Runtime/MovieScene/Evaluation/Blending/IBlendableTokenStack
- IBlendableTokenStack::Interrogate()
- TBlendableTokenStack::Interrogate()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h |
Include | #include "Evaluation/Blending/BlendableTokenStack.h" |
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
Name | 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 |