IMovieScenePlayer::FindBoundObjects

Locate objects bound to the specified sequence operand

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

: 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss