Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Return the current playing Page Ids on the specified program channel. If program channel is none, returns all playing pages on all program channels.
| Name | GetPlayingPageIds |
| 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 > GetPlayingPageIds
(
const FName InProgramChannelName
) const