Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h |
Include |
#include "MovieSceneSpawnable.h" |
enum ESpawnOwnership
{
InnerSequence,
MasterSequence,
External,
}
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. |