Navigation
API > API/Plugins > API/Plugins/DaySequence > API/Plugins/DaySequence/ADaySequenceActor
Description
Determines if subsection initialization is necessary or not by verifying all sections in SubSections exist in this map. If they do, we keep all existing subsections. If not, we remove existing subsections and call InitializeDaySequences().
| Name | MarkDaySequences |
| 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 |
bool MarkDaySequences
(
FSubSectionPreserveMap * SectionsToPreserve
)
Returns true if we need to remove all sections and reinitialize, false if we can keep all existing sections and bypass initialization.
Parameters
| Name | Remarks |
|---|---|
| SectionsToPreserve | A map of RootSequence subsections that allows sequence providers to mark if their cached subsections should be kept or removed. |