Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown > API/Plugins/AvalancheMedia/Rundown/FAvaRundownPage
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include | #include "Rundown/AvaRundownPage.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPage.cpp |
bool IsTemplateMatchingByValue
(
const FAvaRundownPage & InTemplatePage
) const
Remarks
Compare the values from another template and determines if there is a match. true if the templates are matching (ignores ids).
Parameters
| Name | Description |
|---|---|
| InTemplatePage | Other template page to compare to. |