Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaPlaybackClient
Description
Returns true if the client has at least one connected server for the given channel. This does not care if the channel is live or idle. This is needed to send preload commands to server even if they are not live yet (but connected).
| Name | HasAnyServerOnlineForChannel |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/IAvaPlaybackClient.h |
| Include Path | #include "Playback/IAvaPlaybackClient.h" |
bool HasAnyServerOnlineForChannel
(
const FName & InChannelName
) const