UMovieSceneSequence::MakeSpawnableTemplateFromInstance

Create a spawnable object template from the specified source object

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h

Include

#include "MovieSceneSequence.h"

Syntax

virtual UObject * MakeSpawnableTemplateFromInstance
(
    UObject & InSourceObject,
    FName ObjectName
)

Remarks

Create a spawnable object template from the specified source object

Returns

A new object template of the specified name

Parameters

Parameter

Description

InSourceObject

The source object to copy

ObjectName

The name of 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