EMovieSceneBlendType

Movie scene blend type enumeration

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/Blending/MovieSceneBlendType.h"

Syntax

enum EMovieSceneBlendType
{
    Invalid,
    Absolute    = 0x1,
    Additive    = 0x2,
    Relative    = 0x4,
}

Values

Name

Description

Invalid

Absolute

Blends all other weighted values together as an average of the total weight

Additive

Applies this value as a sum total of all other additives

Relative

Applies this value as a sum total of all other additives and the initial value before the animation

Remarks

Movie scene blend type enumeration

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