Navigation
API > API/Plugins > API/Plugins/DaySequence > API/Plugins/DaySequence/ADaySequenceActor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetOverrideInitialTimeOfDay
(
bool bNewOverrideInitialTimeOfDay |
DaySequenceActor.h | ||
void SetOverrideInitialTimeOfDay
(
bool bNewOverrideInitialTimeOfDay, |
Variant of SetOverrideInitialTimeOfDay that will update TimeOfDayPreview if necessary. | DaySequenceActor.h |
SetOverrideInitialTimeOfDay(bool)
| Name | SetOverrideInitialTimeOfDay |
| 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 SetOverrideInitialTimeOfDay
(
bool bNewOverrideInitialTimeOfDay
)
SetOverrideInitialTimeOfDay(bool, float)
Description
Variant of SetOverrideInitialTimeOfDay that will update TimeOfDayPreview if necessary.
| Name | SetOverrideInitialTimeOfDay |
| 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 SetOverrideInitialTimeOfDay
(
bool bNewOverrideInitialTimeOfDay,
float OverrideInitialTimeOfDay
)