ULevelSequenceDirector::GetBoundObjects

Resolve the bindings inside this sub-sequence that relate to the specified ID @note ObjectBinding should be constructed from the same sequence as this Sequence Director's owning Sequence (see the GetSequenceBinding node)

Windows
MacOS
Linux

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceDirector.h

Include

#include "LevelSequenceDirector.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceDirector.cpp

Syntax

TArray< UObject * > GetBoundObjects
(
    FMovieSceneObjectBindingID ObjectBinding
)

Remarks

Resolve the bindings inside this sub-sequence that relate to the specified ID @note ObjectBinding should be constructed from the same sequence as this Sequence Director's owning Sequence (see the GetSequenceBinding node)

Parameters

Parameter

Description

ObjectBinding

The ID for the object binding inside this sub-sequence or one of its children to resolve

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss