Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > FMovieSceneSpawnRegister
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h |
Include | #include "MovieSceneSpawnRegister.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnRegister.cpp |
TWeakObjectPtr FindSpawnedObject
&40;
const FGuid & BindingId,
FMovieSceneSequenceIDRef TemplateID
&41; const
Remarks
Attempt to find a previously spawned object represented by the specified object and template IDs The spawned object if found; nullptr otherwise.
Parameters
Name | Description |
---|---|
BindingId | ID of the object to find |
TemplateID | Unique ID of the template to look within |