Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/Sequencer
Inheritance Hierarchy
- IMovieSceneObjectSpawner
- FLevelSequenceActorSpawner
- FChaosCacheObjectSpawner
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Sequencer/ChaosCacheObjectSpawner.h |
| Include | #include "Chaos/Sequencer/ChaosCacheObjectSpawner.h" |
Syntax
class FChaosCacheObjectSpawner : public FLevelSequenceActorSpawner
Remarks
Chaos cache Manager spawner to create a new cache manager from the spawnable template
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IMovieSceneObjectSpawner > | Static method to create the object spawner |
Overridden from IMovieSceneObjectSpawner
| Type | Name | Description | |
|---|---|---|---|
| void | DestroySpawnedObject
(
UObject& Object |
Destroy a specific previously spawned object | |
| int32 | |||
| UClass * | Returns the type of object we can spawn | ||
| bool | IsEditor () |
||
| UObject * | SpawnObject
(
FMovieSceneSpawnable& Spawnable, |
Spawn an object for the specified GUID, from the specified sequence instance. |