Choose your operating system:
Windows
macOS
Linux
| UMovieSceneSequence::LocateBoundObjects()
|
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h |
Include |
#include "MovieSceneSequence.h" |
Locate all the objects that correspond to the specified object ID, using the specified context
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 |