UMovieSceneSequence::LocateBoundObjects

Locate all the objects that correspond to the specified object ID, using the specified context

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequence.h"

Syntax

TArray< UObject *, TInlineAllocator< 1 > > LocateBoundObjects
(
    const FGuid & ObjectId,
    UObject * Context
) const

Remarks

Locate all the objects that correspond to the specified object ID, using the specified context

Returns

An array of all bound objects

Parameters

Parameter

Description

ObjectId

The unique identifier of the object.

Context

Optional context to use to find the required object (for instance, a parent spawnable object)

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