Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaRundownPage
Description
Appends the page's preview status(es) for the given preview channel. Remote channels are not yet supported for preview channels, only local for now.
If the preview channel is not specified, it will use the rundown's default preview channel.
this api is intended to query extra preview channels (for rundown server).
| Name | AppendPagePreviewStatuses |
| 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 AppendPagePreviewStatuses
(
const UAvaRundown * InParentRundown,
const FName & InPreviewChannelName,
TArray < FAvaRundownChannelPageStatus > & OutPageStatuses
) const
The number of preview statuses added.