Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UCineAssemblyEditorFunctionLibra-
Description
Adds a new reference SubAssembly track and section to a Schema's template sequence. When an Assembly is created from this Schema, the section will reference the provided sequence directly.
| Name | AddSubAssemblyReference |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/CineAssemblyEditorFunctionLibrary.h |
| Include Path | #include "CineAssemblyEditorFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Private/CineAssemblyEditorFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Cine Assembly Tools")
static UMovieSceneSubAssemblySection * AddSubAssemblyReference
(
UCineAssemblySchema * Schema,
ESubAssemblyTrackType TrackType,
UMovieSceneSequence * Sequence
)
The new SubAssemblySection, or null if creation failed
Parameters
| Name | Remarks |
|---|---|
| Schema | The schema whose template sequence will be modified |
| TrackType | Whether this SubAssembly represents a Shot track or Subsequence track |
| Sequence | The existing sequence (UCineAssembly or ULevelSequence) to reference |