Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaRundownPage
Description
Appends the page's program status(es). Supports multiple statuses per page for forked channels (one status per server including local). The order of the statuses is the same as the outputs (but only once per server) in the channel.
Nothing is added if the page is a template.
| Name | AppendPageProgramStatuses |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPage.cpp |
int32 AppendPageProgramStatuses
(
const UAvaRundown * InParentRundown,
TArray < FAvaRundownChannelPageStatus > & OutPageStatuses
) const
The number of program statuses added.