MovieSceneHelpers::SortOverlappingSections

Sort predicate that sorts overlapping sections by row primarily, then by overlap priority

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 SortOverlappingSections
(
    const UMovieSceneSection * A,
    const UMovieSceneSection * B
)

Remarks

Sort predicate that sorts overlapping sections by row primarily, then by overlap priority

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