ULevelSequence::MakeSpawnableTemplateFromInstance

Create a spawnable object template from the specified source object

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h

Include

#include "LevelSequence.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp

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