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 FixupConsecutiveBlendingSections
&40;
TArray< UMovieSceneSection &42; > & Sections,
UMovieSceneSection & Section,
bool bDelete,
bool bCleanUp
&41;
Remarks
Fix up consecutive sections so that there are no gaps, but there can be overlaps, in which case the sections blend together. 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? |