Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneSection
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
Include | #include "MovieSceneSection.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp |
virtual const UMovieSceneSection &42; OverlapsWithSections
&40;
const TArray< UMovieSceneSection &42; > & Sections,
int32 TrackDelta,
int32 TimeDelta
&41; const
Remarks
Checks to see if this section overlaps with an array of other sections given an optional time and track delta. The first section that overlaps, or null if there is no overlap.
Parameters
Name | 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. |