Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaRundownPage
Description
Returns the page's preview statuses for the given preview channel. If the preview channel is not specified, it will use the rundown's default preview channel.
| Name | GetPagePreviewStatuses |
| 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 > GetPagePreviewStatuses
(
const UAvaRundown * InParentRundown,
const FName & InPreviewChannelName
) const