Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Indicates the source that initiated play pages
| Name | EAvaRundownPagePlaySource |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownDefines.h |
| Include Path | #include "Rundown/AvaRundownDefines.h" |
Syntax
enum EAvaRundownPagePlaySource
{
Undefined,
Editor,
Server,
Component,
Default = Undefined,
}
Values
| Name | Remarks |
|---|---|
| Undefined | Undefined source |
| Editor | The rundown editor initiated the request |
| Server | The rundown server initiated the request |
| Component | The rundown component initiated the request |
| Default |