Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaRundownPage
Description
Returns all the page's "standard" (program and preview) playback statuses. The order of the status is the same as the outputs in the channel and the preview status is always last. Template pages only have the preview status added.
| Name | GetPageStatuses |
| 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 |
TArray < FAvaRundownChannelPageStatus > GetPageStatuses
(
const UAvaRundown * InParentRundown
) const