Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaBroadcast
Description
Add the given channel name to the array of channel names. The channel name must be unique, if it already exists, the existing index is returned instead.
| Name | AddChannelName |
| 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 |
int32 AddChannelName
(
FName InChannelName
)
the index in the array where the name was added.