Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| Name | IAvaRundownServer |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/IAvaRundownServer.h |
| Include Path | #include "Rundown/IAvaRundownServer.h" |
Syntax
class IAvaRundownServer
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAvaRundownServer() |
Rundown/IAvaRundownServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FMessageAddress > GetClientAddresses() |
Returns the list of connected client addresses. | Rundown/IAvaRundownServer.h | |
const FMessageAddress & GetMessageAddress() |
Returns the endpoint's message address. | Rundown/IAvaRundownServer.h | |
const FString & GetName() |
Returns the server's name. | Rundown/IAvaRundownServer.h |