Navigation
API > API/Plugins > API/Plugins/DaySequence
Enum specifying how to control a day / night cycle from a modifier
| Name | EDayNightCycleMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceModifierComponent.h |
| Include Path | #include "DaySequenceModifierComponent.h" |
Syntax
enum EDayNightCycleMode
{
Default,
FixedTime,
StartAtSpecifiedTime,
RandomFixedTime,
RandomStartTime,
LocalFixedTime,
}
Values
| Name | Remarks |
|---|---|
| Default | (default) Make no changes to the day/night cycle time |
| FixedTime | Force the day/night cycle to be fixed at the specified constant time |
| StartAtSpecifiedTime | Set an initial time for the day/night cycle when the modifier is enabled |
| RandomFixedTime | Use a random, fixed time for the day/night cycle |
| RandomStartTime | Start the day/night cycle at a random time, and allow it to continue from there |
| LocalFixedTime | Apply a time warp local to the modifier's sequence evaluation time. |