TBlendableToken::TBlendableToken

Construction from a value, scope, context, blend method, and a weight

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/Blending/BlendableToken.h"

Syntax

template<typename T>
TBlendableToken
(
    T && InValue,
    const FMovieSceneEvaluationScope & InCurrentScope,
    const FMovieSceneContext & InContext,
    EMovieSceneBlendType InBlendType,
    float InWeight
)

Remarks

Construction from a value, scope, context, blend method, and a weight

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