FMovieSceneSpawnable::CopyObjectTemplate

Copy the specified object into this spawnable's template

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

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