Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneSpawnRegister
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h |
| Include | #include "MovieSceneSpawnRegister.h" |
Syntax
struct FSpawnedObject
Remarks
Structure holding information pertaining to a spawned object
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Guid | The ID of the sequencer object binding that this object relates to | |
| TWeakObjectPtr< UObject > | Object | The object that has been spawned | |
| ESpawnOwnership | Ownership | What level of ownership this object was spawned with |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSpawnedObject
(
const FGuid& InGuid, |