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