Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown > API/Plugins/AvalancheMedia/Rundown/UAvaRundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
TArray < int32 > AddTemplates
(
const TArray < FAvaRundownPage > & InSourceTemplates
)
Remarks
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. The new template Ids created.
Parameters
| Name | Description |
|---|---|
| InSourceTemplates | Source template to add. |