Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneCustomBinding
Description
Returns whether this binding type will spawn an object in the current context. This will be true for Spawnables always, and true for Replaceables in Editor.
Derived Overrides
| Name | WillSpawnObject |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Bindings/MovieSceneCustomBinding.h |
| Include Path | #include "Bindings/MovieSceneCustomBinding.h" |
virtual bool WillSpawnObject
(
TSharedRef < const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState
) const