UMovieSceneSequence::LocateBoundObjects

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

Choose your operating system:

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