UMovieSceneSection::OverlapsWithSections

Checks to see if this section overlaps with an array of other sections given an optional time and track delta.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSection.h"

Source

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

Syntax

virtual const UMovieSceneSection * OverlapsWithSections
(
    const TArray< UMovieSceneSection * > & Sections,
    int32 TrackDelta,
    int32 TimeDelta
) const

Remarks

Checks to see if this section overlaps with an array of other sections given an optional time and track delta.

Returns

The first section that overlaps, or null if there is no overlap.

Parameters

Parameter

Description

Sections

Section array to check against.

TrackDelta

Optional offset to this section's track index.

TimeDelta

Optional offset to this section's time delta.

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