Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< int32 > PlayPages
(
const TArray< int32 >& InPageIds, |
Start the playback of the asset defined in the given pages. | Rundown/AvaRundown.h | |
TArray< int32 > PlayPages
(
const TArray< int32 >& InPageIds, |
Start the playback of the asset defined in the given pages. | Rundown/AvaRundown.h |
PlayPages(const TArray< int32 > &, EAvaRundownPagePlayType)
Description
If the play type is a preview, the default preview channel is used.
| Name | PlayPages |
| 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 > PlayPages
(
const TArray < int32 > & InPageIds,
EAvaRundownPagePlayType InPlayType
)
page Ids that where started.
Parameters
| Name | Remarks |
|---|---|
| InPageIds | Rundown's pages to play out. |
| InPlayType | Either play on program or preview |
PlayPages(const TArray< int32 > &, EAvaRundownPagePlayType, const FName &)
Description
If the play type is a preview, the given preview channel is used.
| Name | PlayPages |
| 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 > PlayPages
(
const TArray < int32 > & InPageIds,
EAvaRundownPagePlayType InPlayType,
const FName & InPreviewChannelName
)
page Ids that where started.
Parameters
| Name | Remarks |
|---|---|
| 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. |