Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools > API/Plugins/CineAssemblyTools/UCineAssembly
Description
Set the Schema for this Assembly and initialize the MovieScene from the Schema's template sequence. bDuplicateMovieScene determines whether the MovieScene of this Assembly is replaced with a duplicate of the MovieScene from the Schema's TemplateSequence
| Name | InitializeFromSchema |
| 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 InitializeFromSchema
(
UCineAssemblySchema * InSchema,
bool bDuplicateMovieScene
)