Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
For the id generation, it will attempt to reuse the source ids, but in case of collision, new ids are generated with the positive increment sequence search method.
| Name | AddTemplates |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
TArray < int32 > AddTemplates
(
const TArray < FAvaRundownPage > & InSourceTemplates
)
The new template Ids created.
Parameters
| Name | Remarks |
|---|---|
| InSourceTemplates | Source template to add. |