Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Delegates related to IAvaPlaybackClient.
The delegates have been separated in their own global scope to avoid issues with delegates disconnecting if the playback client is stopped or started during the normal course of operations. Having the delegates outside of IAvaPlaybackClient's implementation simplify the delegate handler management.
| Name | UE::AvaPlaybackClient::Delegates::EConnectionEvent |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/AvaPlaybackClientDelegates.h |
| Include Path | #include "Playback/AvaPlaybackClientDelegates.h" |
Syntax
namespace UE
{
namespace AvaPlaybackClient
{
namespace Delegates
{
enum EConnectionEvent
{
ServerConnected = 0,
ServerDisconnected,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| ServerConnected | |
| ServerDisconnected |