Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPagePlaying
(
int32 InPageId |
Returns true if the page is playing in it's assigned program channel. | Rundown/AvaRundown.h | |
bool IsPagePlaying
(
const FAvaRundownPage& InPage |
Rundown/AvaRundown.h |
IsPagePlaying(int32)
Description
Returns true if the page is playing in it's assigned program channel.
| Name | IsPagePlaying |
| 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 IsPagePlaying
(
int32 InPageId
) const
IsPagePlaying(const FAvaRundownPage &)
| Name | IsPagePlaying |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
bool IsPagePlaying
(
const FAvaRundownPage & InPage
) const