unreal.MovieSceneBlendType¶
- class unreal.MovieSceneBlendType¶
Bases:
EnumBaseMovie scene blend type enumeration
C++ Source:
Module: MovieScene
File: MovieSceneBlendType.h
- ABSOLUTE: MovieSceneBlendType = Ellipsis¶
Blends all other weighted values together as an average of the total weight
- Type:
1
- ADDITIVE: MovieSceneBlendType = Ellipsis¶
Applies this value as a sum total of all other additives
- Type:
2
- ADDITIVE_FROM_BASE: MovieSceneBlendType = Ellipsis¶
Applies this value as an additive equal to the difference between the current value and the first value
- Type:
8
- OVERRIDE: MovieSceneBlendType = Ellipsis¶
The value will override the current value
- Type:
16
- RELATIVE: MovieSceneBlendType = Ellipsis¶
Applies this value as a sum total of all other additives and the initial value before the animation
- Type:
4