UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneSpawnable.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Misc/Guid.h"
#include "MovieSceneDynamicBinding.h"
#include "MovieSceneSpawnable.generated.h"

Go to the source code of this file.

Classes

struct  FMovieSceneSpawnable
 

Namespaces

namespace  UE
 
namespace  UE::MovieScene
 

Enumerations

enum class  ESpawnOwnership : uint8 { UMETA =(DisplayName = "This Sequence") , RootSequence , External }
 

Enumeration Type Documentation

◆ ESpawnOwnership

enum class ESpawnOwnership : uint8
strong
Enumerator
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.