Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/MovieSceneHelpers
Description
Will set the track with this order of sections. Will return false if unsuccessful, with the operation failing. This can happen if sections are not owned by the track or if there are any duplicates or if there are any missing sections. This function will not allow adding or removing sections, just re-ordering them
| Name | ResetSectionOrder |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static bool ResetSectionOrder
(
UMovieSceneTrack * Track,
const TArray < UMovieSceneSection * > & NewSections
)