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 |
FAvaBroadcastOutputChannel & GetLocalChannelMutable
(
FName InChannelName
)
Remarks
Finds the local channel (not including pinned channels) with the given name. reference to requested channel or invalid channel if not found.
Parameters
| Name | Description |
|---|---|
| InChannelName | Name of the channel to find. |