Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h |
| Include | #include "MovieSceneSpawnable.h" |
Syntax
enum ESpawnOwnership
{
UMETA =(DisplayName = "This Sequence"),
RootSequence,
External,
}
Values
| Name | Description |
|---|---|
| UMETA | The object's lifetime is managed by the sequence that spawned it |
| RootSequence | The object's lifetime is managed by the outermost sequence |
| External | Once spawned, the object's lifetime is managed externally. |