Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundownPagePlayer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Play
(
EAvaRundownPagePlayType InPlayType |
Ensure all the playback instances are playing. | Rundown/AvaRundownPagePlayer.h | |
bool Play
(
EAvaRundownPagePlayType InPlayType, |
Rundown/AvaRundownPagePlayer.h |
Play(EAvaRundownPagePlayType)
Description
Ensure all the playback instances are playing. Returns true if at least one playback instance is playing, false otherwise.
| Name | Play |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPagePlayer.h |
| Include Path | #include "Rundown/AvaRundownPagePlayer.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPagePlayer.cpp |
bool Play
(
EAvaRundownPagePlayType InPlayType
)
Play(EAvaRundownPagePlayType, bool)
| Name | Play |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPagePlayer.h |
| Include Path | #include "Rundown/AvaRundownPagePlayer.h" |
bool Play
(
EAvaRundownPagePlayType InPlayType,
bool bInIsUsingTransitionLogic
)