Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playback
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playback/AvaPlaybackClientDelegates.h |
| Include | #include "Playback/AvaPlaybackClientDelegates.h" |
Syntax
namespace UE
{
namespace AvaPlaybackClient
{
namespace Delegates
{
enum EConnectionEvent
{
ServerConnected = 0,
ServerDisconnected,
}
}
}
}
Values
| Name | Description |
|---|---|
| ServerConnected | |
| ServerDisconnected |
Remarks
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.