Navigation
API > API/Plugins > API/Plugins/DaySequence > API/Plugins/DaySequence/ADaySequenceActor
Description
Set the duration of the day in game time in hours.
This is currently intentionally not exposed to Blueprint since this property can only be realized by rebuilding the root sequence.
| Name | SetDayLength |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceActor.h |
| Include Path | #include "DaySequenceActor.h" |
| Source | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Private/DaySequenceActor.cpp |
void SetDayLength
(
float InHours
)
Parameters
| Name | Remarks |
|---|---|
| InHours | day length in hours. |