Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Broadcast > API/Plugins/AvalancheMedia/Broadcast/UAvaBroadcast
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Broadcast/AvaBroadcast.h |
| Include | #include "Broadcast/AvaBroadcast.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Broadcast/AvaBroadcast.cpp |
bool ConditionalStartBroadcastChannel
(
const FName & InChannelName
)
Remarks
Starts the channel if not started. Does nothing if already started. true if the channel is started (including if it was already started), false if the channel couldn't be started.
Parameters
| Name | Description |
|---|---|
| InChannelName | Name of the channel to conditionally start. |