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 &42; MakeSpawnableTemplateFromInstance
&40;
UObject & InSourceObject,
UMovieScene &42; InMovieScene,
FName InName
&41;
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 |