EMovieSceneSectionMovedResult

Result of having moved sections in the editor

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTrack.h"

Syntax

enum EMovieSceneSectionMovedResult
{
    None               = 0,
    SectionsChanged    = 1,
}

Values

Name

Description

None

Nothing significant has changed

SectionsChanged

Sections have been added or removed, which requires a UI refresh

Remarks

Result of having moved sections in the editor

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