Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| |
|
| Name |
EAvaRundownPageStopOptions |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path |
#include "Rundown/AvaRundown.h" |
Syntax
enum EAvaRundownPageStopOptions
{
None = 0,
ForceNoTransition = 1 << 1,
Default = None,
}
Values
| Name |
Remarks |
| None |
Default option will stop the page with transitions if available. |
| ForceNoTransition |
Forces the page to stop without transitions. |
| Default |
Default option will stop the page with transitions if available. |