unreal.DaySequenceModifierBlendMode¶
- class unreal.DaySequenceModifierBlendMode¶
Bases:
EnumBasedeprecated: ‘DaySequenceModifierBlendMode’ was renamed to ‘DaySequenceModifierMode’.
- GLOBAL: DaySequenceModifierBlendMode = Ellipsis¶
Blend weight is always 1.0.
- Type:
0
- TIME: DaySequenceModifierBlendMode = Ellipsis¶
Blend weight smoothly moves between 0.0 and 1.0 at a fixed rate according to when the blend target last crossed the volume boundary.
- Type:
2
- VOLUME: DaySequenceModifierBlendMode = Ellipsis¶
Blend weight smoothly moves between 0.0 and 1.0 according to how far the blend target is from the volume boundary.
- Type:
1