Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/MovieSceneHelpers
Description
Returns whether the given ObjectId is valid and is the given bindingindex is currently bound to a spawnable give the current context. More specifically, if a FMovieSceneSpawnable exists with this ObjectId, true will be returned. If a Level Sequence binding reference for this guid with the given BindingIndex exists with a Custom Binding implementing MovieSceneSpawnableBindingBase, true will be returned. If a Level Sequence binding reference for this guid with the given BindingIndex exists with a Custom Binding implementing MovieSceneReplaceableBindingBase and the Context is an editor world, then true will be returned. Otherwise, false will be returned.
| Name | IsBoundToSpawnable |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static bool IsBoundToSpawnable
(
UMovieSceneSequence * Sequence,
const FGuid & ObjectId,
TSharedRef < const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState,
int32 BindingIndex
)