FMovieSceneSpawnable::CopyObjectTemplate

Copy the specified object into this spawnable's template

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnable.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnable.cpp

Syntax

void CopyObjectTemplate
(
    UObject & InSourceObject,
    UMovieSceneSequence & MovieSceneSequence
)

Remarks

Copy the specified object into this spawnable's template

Parameters

Parameter

Description

InSourceObject

The source object to use. This object will be duplicated into the spawnable.

MovieSceneSequence

The movie scene sequence to which this spawnable belongs