Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > IMovieSceneObjectSpawner
- IMovieSceneObjectSpawner::SpawnObject()
- FLevelSequenceActorSpawner::SpawnObject()
- FChaosCacheObjectSpawner::SpawnObject()
- FChaosCacheObjectSpawner::SpawnObject()
- FControlRigObjectSpawner::SpawnObject()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneObjectSpawner.h |
Include | #include "IMovieSceneObjectSpawner.h" |
UObject &42; SpawnObject
&40;
FMovieSceneSpawnable & Spawnable,
FMovieSceneSequenceIDRef TemplateID,
IMovieScenePlayer & Player
&41;
Remarks
Spawn an object for the specified GUID, from the specified sequence instance. the spawned object, or nullptr on failure
Parameters
Name | Description |
---|---|
Object | ID of the object to spawn |
TemplateID | Identifier for the current template we're evaluating |
Player | Movie scene player that is ultimately responsible for spawning the object |