Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Combo Templates have specific requirement for the sub-templates. This function validates a given list of templates to use as sub-templates for a combo template. A combination template can only be created using transition logic templates that are on different transition layers.
| Name | ValidateTemplateIdsForComboTemplate |
| 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 > ValidateTemplateIdsForComboTemplate
(
const TArray < int32 > & InTemplateIds,
FOutputDevice & InErrorLog
)
validated template Ids.
Parameters
| Name | Remarks |
|---|---|
| InTemplateIds | Templates to validate. |
| InErrorLog | Used to log the reasons for invalid templates. |