IMovieScenePlayer::FindBoundObjects

Locate objects bound to the specified object guid, in the specified sequence

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

: 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

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