Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools > API/Plugins/CineAssemblyTools/UCineAssembly
Description
Given a ULevelSequence as a template, initialize this assembly from it. bDuplicateMovieScene determines whether the MovieScene of this Assembly is replaced with a duplicate of the MovieScene on the input Template LevelSequence
| Name | InitializeFromTemplate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Public/CineAssembly.h |
| Include Path | #include "CineAssembly.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Private/CineAssembly.cpp |
void InitializeFromTemplate
(
ULevelSequence * Template,
bool bDuplicateMovieScene
)