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 |
bool RemoveChannel
(
FName InChannelName
)
Remarks
Removes the channel with given name. true if the channel was removed, false otherwise.
Parameters
| Name | Description |
|---|---|
| InChannelName | Name of the channel to remove. |