Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneSequence > LocateBoundObjects
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h |
Include | #include "MovieSceneSequence.h" |
TArray< UObject &42;, TInlineAllocator< 1 > > LocateBoundObjects
&40;
const FGuid & ObjectId,
UObject &42; Context
&41; const
Remarks
Locate all the objects that correspond to the specified object ID, using the specified context An array of all bound objects
Parameters
Name | Description |
---|---|
ObjectId | The unique identifier of the object. |
Context | Optional context to use to find the required object (for instance, a parent spawnable object) |