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 FMovieSceneEvaluationOperand & Operand,
TSharedRef< const FSharedPlaybackState > SharedPlaybackState
)
Remarks
- Locate objects bound to the specified sequence operand
-
Objects lists are cached internally until they are invalidate. Iterable list of weak object pointers pertaining to the specified GUID
Parameters
| Name | Description |
|---|---|
| Operand | The movie scene operand to resolve |