Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Return the current previewing Page Ids on the specified preview channel. If preview channel is none, returns all previewing pages on all channels.
| Name | GetPreviewingPageIds |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
TArray < int32 > GetPreviewingPageIds
(
const FName InPreviewChannelName
) const