Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaBroadcastProfile
Description
Pinned channels have priority, i.e. if the profile defines a local channel of the given name, it will be overriden by the pinned channel.
| Name | GetChannelMutable |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Broadcast/AvaBroadcastProfile.h |
| Include Path | #include "Broadcast/AvaBroadcastProfile.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Broadcast/AvaBroadcastProfile.cpp |
FAvaBroadcastOutputChannel & GetChannelMutable
(
FName InChannelName
)
reference to requested channel or invalid channel if not found.
Parameters
| Name | Remarks |
|---|---|
| InChannelName | Name of the channel to find. |