TMovieSceneBlendingActuator::Actuate

Add the final result of a blending operation to the interrogation data

Windows
MacOS
Linux

Override Hierarchy

TMovieSceneBlendingActuator::Actuate()

TPropertyActuator::Actuate()

References

Module

MovieScene

Header

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

Include

#include "Evaluation/Blending/MovieSceneBlendingActuator.h"

Syntax

virtual void Actuate
(
    FMovieSceneInterrogationData & InterrogationData,
    typename TCallTraits< DataType >::ParamType InValue,
    const TBlendableTokenStack< DataType > & OriginalStack,
    const FMovieSceneContext & Context
) const

Remarks

Add the final result of a blending operation to the interrogation data

Parameters

Parameter

Description

InterrogationData

The interrogation data to populate

InValue

The value to apply to the object.

OriginalStack

Reference to the original stack from which the final result was derived.

Context

Movie scene context structure from the root level

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