Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Stop the layers of a given channel. If using transition, it will produce a special transition that has only kick out layers.
returns the pages that will be affected (totally or partially stopped).
| Name | StopLayers |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
TArray < int32 > StopLayers
(
FName InChannelName,
const TArray < FAvaTagHandle > & InLayers,
EAvaRundownPageStopOptions InOptions
)