MovieSceneHelpers::FixupConsecutiveBlendingSections

Fix up consecutive sections so that there are no gaps, but there can be overlaps, in which case the sections blend together.

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 FixupConsecutiveBlendingSections
(
    TArray< UMovieSceneSection * > & Sections,
    UMovieSceneSection & Section,
    bool bDelete,
    bool bCleanUp
)

Remarks

Fix up consecutive sections so that there are no gaps, but there can be overlaps, in which case the sections blend together.

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