Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FMovieSceneEvaluationState > API/Runtime/MovieScene/Evaluation/FMovieSceneEvaluationState/FindBoundObjects
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h |
| Include | #include "Evaluation/MovieSceneEvaluationState.h" |
TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
const FGuid & ObjectBindingID,
FMovieSceneSequenceIDRef SequenceID,
TSharedRef< const FSharedPlaybackState > SharedPlaybackState
)
Remarks
- Locate objects bound to the specified object guid, in the specified sequence
-
Objects lists are cached internally until they are invalidate. Iterable list of weak object pointers pertaining to the specified GUID
Parameters
| Name | Description |
|---|---|
| ObjectBindingID | The object to resolve |
| SequenceID | ID of the sequence to resolve for |