IMovieScenePlayer::FindBoundObjects

Locate objects bound to the specified object guid, in the specified sequence @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 FGuid & ObjectBindingID,
    FMovieSceneSequenceIDRef SequenceID
)

Remarks

Locate objects bound to the specified object guid, in the specified sequence @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

ObjectBindingID

The object to resolve

SequenceID

ID of the sequence to resolve for