Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Broadcast > API/Plugins/AvalancheMedia/Broadcast/Channel > API/Plugins/AvalancheMedia/Broadcast/Channel/FAvaBroadcastOutputChannel
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Broadcast/Channel/AvaBroadcastOutputChannel.h |
| Include | #include "Broadcast/Channel/AvaBroadcastOutputChannel.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Broadcast/Channel/AvaBroadcastOutputChannel.cpp |
void UpdateChannelResources
(
bool bInIsProfileActive
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| bInIsProfileActive | Indicate if the parent profile is active. |