EMovieSceneCompletionMode

Enumeration specifying how to handle state when this section is no longer evaluated

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSection.h"

Syntax

enum EMovieSceneCompletionMode
{
    KeepState,
    RestoreState,
    ProjectDefault,
}

Values

Name

Description

KeepState

RestoreState

ProjectDefault

Remarks

Enumeration specifying how to handle state when this section is no longer evaluated

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