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