unreal.MovieSceneBlendType

class unreal.MovieSceneBlendType

Bases: unreal.EnumBase

Movie scene blend type enumeration

C++ Source:

  • Module: MovieScene

  • File: MovieSceneBlendType.h

ABSOLUTE

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

Type

1

ADDITIVE

Applies this value as a sum total of all other additives

Type

2

ADDITIVE_FROM_BASE

Applies this value as an additive equal to the difference between the current value and the first value

Type

8

RELATIVE

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

Type

4