Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
Syntax
enum EAvaRundownPageStopOptions
{
None = 0,
ForceNoTransition = 1 << 1,
Default = None,
}
Values
| Name | Description |
|---|---|
| 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. |