IMovieScenePlayer::FindBoundObjects

Locate objects bound to the specified sequence operand @note Objects lists are cached internally until they are invalidate.

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h

Include

#include "IMovieScenePlayer.h"

Syntax

TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
    const FMovieSceneEvaluationOperand & Operand
)

Remarks

Locate objects bound to the specified sequence operand @note Objects lists are cached internally until they are invalidate.

Returns

Iterable list of weak object pointers pertaining to the specified GUID

Parameters

Parameter

Description

Operand

The movie scene operand to resolve