![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneSpawnRegister.h>
Public Member Functions | |
| FSpawnedObject (const FGuid &InGuid, UObject &InObject, ESpawnOwnership InOwnership) | |
Public Attributes | |
| FGuid | Guid |
| TWeakObjectPtr< UObject > | Object |
| ESpawnOwnership | Ownership |
Structure holding information pertaining to a spawned object
|
inline |
| FGuid FMovieSceneSpawnRegister::FSpawnedObject::Guid |
The ID of the sequencer object binding that this object relates to
| TWeakObjectPtr<UObject> FMovieSceneSpawnRegister::FSpawnedObject::Object |
The object that has been spawned
| ESpawnOwnership FMovieSceneSpawnRegister::FSpawnedObject::Ownership |
What level of ownership this object was spawned with