MovieSceneHelpers::FixupConsecutiveSections

Fix up consecutive sections so that there are no gaps

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

static bool FixupConsecutiveSections
(
    TArray< UMovieSceneSection * > & Sections,
    UMovieSceneSection & Section,
    bool bDelete,
    bool bCleanUp
)

Remarks

Fix up consecutive sections so that there are no gaps

Returns

Whether the list of sections was modified as part of the clean-up

Parameters

Parameter

Description

Sections

All the sections

Section

The section that was modified

bDelete

Was this a deletion?

bCleanUp

Should we cleanup any invalid sections?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss