Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaBroadcastProfile
Description
Finds the corresponding index of the channel with the given name in the current array of local channels (not including pinned channels) for this profile.
This index can be used to lookup directly in the profile's channel array.
| Name | GetLocalChannelIndexInProfile |
| 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 |
int32 GetLocalChannelIndexInProfile
(
FName InChannelName
) const
INDEX_NONE if not found.