Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaBroadcastOutputChannel
Description
Updates Channel's Data and Resources. The resources are going to be allocated if the profile is active or released if not. This will also update the render targets according to the current configuration.
| Name | UpdateChannelResources |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Broadcast/Channel/AvaBroadcastOutputChannel.h |
| Include Path | #include "Broadcast/Channel/AvaBroadcastOutputChannel.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Broadcast/Channel/AvaBroadcastOutputChannel.cpp |
void UpdateChannelResources
(
bool bInIsProfileActive
)
Parameters
| Name | Remarks |
|---|---|
| bInIsProfileActive | Indicate if the parent profile is active. |