FControlRigObjectSpawner

Windows
MacOS
Linux

Inheritance Hierarchy

IMovieSceneObjectSpawner

FControlRigObjectSpawner

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Sequencer/ControlRigObjectSpawner.h

Include

#include "Sequencer/ControlRigObjectSpawner.h"

Syntax

class FControlRigObjectSpawner : public IMovieSceneObjectSpawner

Variables

Name Description

Protected variable

TWeakObjectPtr<...

 

ObjectHolderPtr

Constructors

Name Description

Public function

FControlRigObjectSpawner()

Destructors

Name Description

Public function

~FControlRigObjectSpawner()

Functions

Name Description

Public function Static

TSharedRef< ...

 

CreateObjectSpawner()

Overridden from IMovieSceneObjectSpawner

Name Description

Public function Virtual

void

 

DestroySpawnedObject

(
    UObject& Object
)

Destroy a specific previously spawned object

Public function Virtual Const

UClass *

 

GetSupportedTemplateType()

Returns the type of object we can spawn

Public function Virtual

UObject *...

 

SpawnObject

(
    FMovieSceneSpawnable& Spawnable,
    FMovieSceneSequenceIDRef TemplateID,
    IMovieScenePlayer& Player
)

Spawn an object for the specified GUID, from the specified sequence instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss