Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Returns true if the selected page can play on the given channel. This enforces that the channel type (program or preview) is compatible with the requested operation.
| Name | IsChannelTypeCompatibleForRequest |
| 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 |
bool IsChannelTypeCompatibleForRequest
(
const FAvaRundownPage & InSelectedPage,
bool bInIsPreview,
const FName & InPreviewChannelName,
FString * OutFailureReason
) const