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

Remarks

Fix up consecutive sections so that there are no gaps

Parameters

Parameter

Description

Sections

All the sections

Section

The section that was modified

bDelete

Was this a deletion?

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