Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaBroadcast
Description
Sets the type (ex: Program or Preview) of the given channel across all profiles. Channel type for a given channel is the same in all profiles.
| Name | SetChannelType |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Broadcast/AvaBroadcast.h |
| Include Path | #include "Broadcast/AvaBroadcast.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Broadcast/AvaBroadcast.cpp |
void SetChannelType
(
FName InChannelName,
EAvaBroadcastChannelType InChannelType
)