EMovieSceneObjectBindingSpace

Enumeration specifying how a movie scene object binding ID relates to the sequence

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneObjectBindingID.h"

Syntax

enum EMovieSceneObjectBindingSpace
{
    Local,
    Root,
}

Values

Name

Description

Local

The object binding sequence ID resolves from a local sequence (ie, it may need to accumulate a parent sequence ID before it resolves correctly)

Root

The object binding sequence ID resolves from the root of the sequence

Remarks

Enumeration specifying how a movie scene object binding ID relates to the sequence

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