ESpawnOwnership

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnable.h"

Syntax

enum ESpawnOwnership
{
    InnerSequence,
    MasterSequence,
    External,
}

Values

Name

Description

InnerSequence

The object's lifetime is managed by the sequence that spawned it

MasterSequence

The object's lifetime is managed by the outermost sequence

External

Once spawned, the object's lifetime is managed externally.