Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/Blending > API/Runtime/MovieScene/Evaluation/Blending/TBlendableTokenStack
- 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 |
virtual void Interrogate
&40;
UObject &42; AnimatedObject,
FMovieSceneInterrogationData & InterrogationData,
FMovieSceneBlendingAccumulator & Accumulator,
FMovieSceneBlendingActuatorID ActuatorTypeID,
const FMovieSceneContext & Context
&41;
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 |