Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Sequencer
Inheritance Hierarchy
- IMovieSceneObjectSpawner
- FControlRigObjectSpawner
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/ControlRigObjectSpawner.h |
| Include | #include "Sequencer/ControlRigObjectSpawner.h" |
Syntax
class FControlRigObjectSpawner : public IMovieSceneObjectSpawner
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UControlRigObjectHolder > | ObjectHolderPtr |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IMovieSceneObjectSpawner > |
Overridden from IMovieSceneObjectSpawner
| Type | Name | Description | |
|---|---|---|---|
| void | DestroySpawnedObject
(
UObject& Object |
Destroy a specific previously spawned object | |
| UClass * | Returns the type of object we can spawn | ||
| UObject * | SpawnObject
(
FMovieSceneSpawnable& Spawnable, |
Spawn an object for the specified GUID, from the specified sequence instance. |