Navigation
API > API/Plugins > API/Plugins/DaySequence
Enum that defines modifier behavior for auto enabling and computing the internal blend weight.
| Name | EDaySequenceModifierMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceModifierComponent.h |
| Include Path | #include "DaySequenceModifierComponent.h" |
Syntax
enum EDaySequenceModifierMode
{
Global,
Volume,
Time,
}
Values
| Name | Remarks |
|---|---|
| Global | Blend weight is always 1.0. |
| Volume | Blend weight smoothly moves between 0.0 and 1.0 according to how far the blend target is from the volume boundary. |
| Time | 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. |