ESpawnOwnership

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.

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