Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Broadcast > API/Plugins/AvalancheMedia/Broadcast/FAvaBroadcastProfile
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Broadcast/AvaBroadcastProfile.h |
| Include | #include "Broadcast/AvaBroadcastProfile.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Broadcast/AvaBroadcastProfile.cpp |
int32 GetLocalChannelIndexInProfile
(
FName InChannelName
) const
Remarks
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. INDEX_NONE if not found.