Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
ESpawnOwnership |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h |
| Include Path |
#include "MovieSceneSpawnable.h" |
Syntax
enum ESpawnOwnership
{
InnerSequence,
RootSequence,
External,
}
Values
| Name |
Remarks |
| InnerSequence |
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. |