Navigation
API > API/Plugins > API/Plugins/DaySequence > API/Plugins/DaySequence/UDaySequenceDirector
Description
- Resolve the bindings inside this sub-sequence that relate to the specified ID
-
ObjectBinding should be constructed from the same sequence as this Sequence Director's owning Sequence (see the GetSequenceBinding node)
| Name | GetBoundObjects |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceDirector.h |
| Include Path | #include "DaySequenceDirector.h" |
| Source | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Private/DaySequenceDirector.cpp |
UFUNCTION (BlueprintCallable, Category="Sequencer|Director")
TArray < UObject * > GetBoundObjects
(
FMovieSceneObjectBindingID ObjectBinding
)
Parameters
| Name | Remarks |
|---|---|
| ObjectBinding | The ID for the object binding inside this sub-sequence or one of its children to resolve |