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 |
int32 AppendPagePreviewStatuses
(
const UAvaRundown * InParentRundown,
const FName & InPreviewChannelName,
TArray < FAvaRundownChannelPageStatus > & OutPageStatuses
) const
Remarks
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). The number of preview statuses added.