FMovieSceneObjectBindingID::ResolveBoundObjects

Resolve all the bound objects for this binding ID

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneObjectBindingID.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneObjectBindingID.cpp

Syntax

TArrayView< TWeakObjectPtr<> > ResolveBoundObjects
(
    FMovieSceneSequenceID SourceSequenceID,
    IMovieScenePlayer & Player
) const

Remarks

Resolve all the bound objects for this binding ID

Returns

An array view of all bound objects

Parameters

Parameter

Description

SourceSequenceID

The source sequence ID that owns this binding ID

Hierarchy

The hierachy to use for computation of the relative path. Many be nullptr where Source and Targets are both MovieSceneSequenceID::Root

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