TBlendableToken

Overload list

Windows
MacOS
Linux
Name Description

Public function

TBlendableToken()

Default construction

Public function

TBlendableToken

(
    const TBlendableToken&
)

Copying is disabled

Public function

TBlendableToken

(
    TBlendableToken&&
)

Move construction/assignment

Public function

TBlendableToken

(
    T&& InValue,
    EMovieSceneBlendType InBlendType,
    float InWeight
)

Construction from a value, blend method, and a weight. Scope and bias to be populated later

Public function

TBlendableToken

(
    T&& InValue,
    const FMovieSceneEvaluationScope& ...,
    const FMovieSceneContext& InContex...,
    EMovieSceneBlendType InBlendType,
    float InWeight
)

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