UMovieSceneSequence::LocateBoundObjects

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequence.h"

Syntax

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

Remarks

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

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)

OutObjects

Destination array to add found objects to

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