UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMovieSceneSpawnRegister::FSpawnedObject Struct Reference

#include <MovieSceneSpawnRegister.h>

Public Member Functions

 FSpawnedObject (const FGuid &InGuid, UObject &InObject, ESpawnOwnership InOwnership)
 

Public Attributes

FGuid Guid
 
TWeakObjectPtr< UObjectObject
 
ESpawnOwnership Ownership
 

Detailed Description

Structure holding information pertaining to a spawned object

Constructor & Destructor Documentation

◆ FSpawnedObject()

FMovieSceneSpawnRegister::FSpawnedObject::FSpawnedObject ( const FGuid InGuid,
UObject InObject,
ESpawnOwnership  InOwnership 
)
inline

Member Data Documentation

◆ Guid

FGuid FMovieSceneSpawnRegister::FSpawnedObject::Guid

The ID of the sequencer object binding that this object relates to

◆ Object

TWeakObjectPtr<UObject> FMovieSceneSpawnRegister::FSpawnedObject::Object

The object that has been spawned

◆ Ownership

ESpawnOwnership FMovieSceneSpawnRegister::FSpawnedObject::Ownership

What level of ownership this object was spawned with


The documentation for this struct was generated from the following file: