Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Bindings > API/Runtime/MovieScene/Bindings/UMovieSceneCustomBinding
- UMovieSceneCustomBinding::WillSpawnObject()
- UMovieSceneReplaceableBindingBase::WillSpawnObject()
- UMovieSceneSpawnableBindingBase::WillSpawnObject()
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Bindings/MovieSceneCustomBinding.h |
| Include | #include "Bindings/MovieSceneCustomBinding.h" |
virtual bool WillSpawnObject
(
TSharedRef< const UE::MovieScene::FSharedPlaybackState > SharedPlaybackState
) const
Remarks
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.