Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h |
Include |
#include "IMovieScenePlayer.h" |
TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
const FGuid & ObjectBindingID,
FMovieSceneSequenceIDRef SequenceID
)
Locate objects bound to the specified object guid, in the specified sequence @note Objects lists are cached internally until they are invalidate.
Iterable list of weak object pointers pertaining to the specified GUID
Parameter |
Description |
---|---|
ObjectBindingID |
The object to resolve |
SequenceID |
ID of the sequence to resolve for |