Navigation
API > API/Plugins > API/Plugins/SequencerScriptingEditor > API/Plugins/SequencerScriptingEditor/USequencerToolsFunctionLibrary
Description
Retrieve all objects currently bound to the specified binding identifiers. The sequence will be evaluated in lower bound of the specified range, which allows for retrieving spawnables in that period of time.
| Name | GetBoundObjects |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Public/SequencerTools.h |
| Include Path | #include "SequencerTools.h" |
| Source | /Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScriptingEditor/Private/SequencerTools.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Sequencer Tools",
Meta=(DeprecatedFunction))
static TArray < FSequencerBoundObjects > GetBoundObjects
(
UWorld * InWorld,
ULevelSequence * InSequence,
const TArray < FMovieSceneBindingProxy > & InBindings,
const FSequencerScriptingRange & InRange
)