Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > MovieSceneHelpers
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
Include | #include "MovieSceneCommonHelpers.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static bool FixupConsecutiveSections
&40;
TArray< UMovieSceneSection &42; > & Sections,
UMovieSceneSection & Section,
bool bDelete,
bool bCleanUp
&41;
Remarks
Fix up consecutive sections so that there are no gaps Whether the list of sections was modified as part of the clean-up
Parameters
Name | Description |
---|---|
Sections | All the sections |
Section | The section that was modified |
bDelete | Was this a deletion? |
bCleanUp | Should we cleanup any invalid sections? |