FControlRigObjectSpawner::SpawnObject

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

Windows
MacOS
Linux

Override Hierarchy

IMovieSceneObjectSpawner::SpawnObject()

FControlRigObjectSpawner::SpawnObject()

References

Module

ControlRig

Header

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

Include

#include "Sequencer/ControlRigObjectSpawner.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/Sequencer/ControlRigObjectSpawner.cpp

Syntax

virtual UObject * SpawnObject
(
    FMovieSceneSpawnable & Spawnable,
    FMovieSceneSequenceIDRef TemplateID,
    IMovieScenePlayer & Player
)

Remarks

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

Returns

the spawned object, or nullptr on failure

Parameters

Parameter

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

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