Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown > API/Plugins/AvalancheMedia/Rundown/UAvaRundown > API/Plugins/AvalancheMedia/Rundown/UAvaRundown/PlayPages
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
TArray < int32 > PlayPages
(
const TArray < int32 > & InPageIds,
EAvaRundownPagePlayType InPlayType,
const FName & InPreviewChannelName
)
Remarks
If the play type is a preview, the given preview channel is used. page Ids that where started.
Parameters
| Name | Description |
|---|---|
| InPageIds | Rundown's pages to play out. |
| InPlayType | Either play on program or preview |
| InPreviewChannelName | Channel to use for preview. Only used if play type is preview. |