Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/MovieSceneHelpers
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static UObject * MakeSpawnableTemplateFromInstance
(
UObject & InSourceObject,
UMovieScene * InMovieScene,
FName InName
)
Remarks
Return a copy of the source object, suitable for use as a spawnable template. The spawnable template
Parameters
| Name | Description |
|---|---|
| InSourceObject | The source object to convert into a spawnable template |
| InMovieScene | The movie scene the spawnable template will be associated with |
| InName | The name to use for the spawnable template |