Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneSpawnRegister
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h |
| Include | #include "MovieSceneSpawnRegister.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnRegister.cpp |
virtual bool CanConvertToPossessable
(
const FGuid & Guid,
FMovieSceneSequenceIDRef TemplateID,
TSharedRef< const FSharedPlaybackState > SharedPlaybackState,
int32 BindingIndex
) const
Remarks
Check whether the specified binding can become a Possessable. whether the conversion from Spawnable to Possessable can occur.
Parameters
| Name | Description |
|---|---|
| BindingId | ID of the object to destroy |
| TemplateID | Identifier for the current template we're evaluating |