unreal.MovieSceneBlendType

class unreal.MovieSceneBlendType

Bases: EnumBase

Movie scene blend type enumeration

C++ Source:

  • Module: MovieScene

  • File: MovieSceneBlendType.h

ABSOLUTE: MovieSceneBlendType

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

Type:

1

ADDITIVE: MovieSceneBlendType

Applies this value as a sum total of all other additives

Type:

2

ADDITIVE_FROM_BASE: MovieSceneBlendType

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

Type:

8

RELATIVE: MovieSceneBlendType

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

Type:

4