Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor > API/Plugins/AvalancheMediaEditor/Rundown
References
| Module | AvalancheMediaEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMediaEditor/Public/Rundown/AvaRundownEditorDefines.h |
| Include | #include "Rundown/AvaRundownEditorDefines.h" |
Syntax
enum EAvaRundownPageSet
{
SelectedOrPlayingStrict,
SelectedOrPlaying,
Selected,
Playing,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Defines the page set that an action applies to.