Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > IMovieScenePlayer > FindBoundObjects
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h |
Include | #include "IMovieScenePlayer.h" |
TArrayView< TWeakObjectPtr<> > FindBoundObjects
&40;
const FMovieSceneEvaluationOperand & Operand
&41;
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 |