Choose your operating system:
Windows
macOS
Linux
| IMovieSceneObjectSpawner
|
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/IMovieSceneObjectSpawner.h |
Include |
#include "IMovieSceneObjectSpawner.h" |
class IMovieSceneObjectSpawner
Interface used to extend spawn registers to support extra types
Name | Description | |
---|---|---|
|
~IMovieSceneObjectSpawner() |
Virtual destructor. |
Name | Description | ||
---|---|---|---|
|
CanConvertSpawnableToPossessable ( |
Check whether the specified Spawnable can become a Possessable. |
|
|
CanSetupDefaultsForSpawnable ( |
Whether this spawner can set up defaults |
|
|
TValueOrErro... |
CreateNewSpawnableType ( |
Create a new spawnable type from the given source object |
|
DestroySpawnedObject ( |
Destroy a specific previously spawned object |
|
|
UClass * |
GetSupportedTemplateType() |
Returns the type of object we can spawn |
|
IsEditor() |
||
|
SetupDefaultsForSpawnable ( |
Setup a new spawnable object with some default tracks and keys |
|
|
UObject *... |
SpawnObject ( |
Spawn an object for the specified GUID, from the specified sequence instance. |