Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor
Defines the page set that an action applies to.
| Name | EAvaRundownPageSet |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMediaEditor/Public/Rundown/AvaRundownEditorDefines.h |
| Include Path | #include "Rundown/AvaRundownEditorDefines.h" |
Syntax
enum EAvaRundownPageSet
{
SelectedOrPlayingStrict,
SelectedOrPlaying,
Selected,
Playing,
}
Values
| Name | Remarks |
|---|---|
| SelectedOrPlayingStrict | The action applies to either the selected pages or playing pages if no pages are selected. |
| SelectedOrPlaying | The action applies to applicable selected pages or playing pages if no applicable pages are selected. |
| Selected | The action applies to selected pages only. |
| Playing | The action applies to playing pages only regardless of selection. |