Navigation
API > API/Plugins > API/Plugins/LiveLinkHubExportServer
| Name | FLiveLinkHubExportServer |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/LiveLinkHubExportServer/Public/LiveLinkHubExportServer.h |
| Include Path | #include "LiveLinkHubExportServer.h" |
Syntax
class FLiveLinkHubExportServer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiveLinkHubExportServer() |
LiveLinkHubExportServer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLiveLinkHubExportServer() |
LiveLinkHubExportServer.h |
Classes
| Name | Remarks |
|---|---|
| FLiveLinkHubClientExportRunner |
Structs
| Name | Remarks |
|---|---|
| FServerInfo |
Enums
Public
| Name | Remarks |
|---|---|
| EServerError |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFileDataHandler | TBaseDelegate_TwoParams< bool, FUploadDataHeader, TSharedPtr< UE::CaptureManager::FTcpClientHandler > > | LiveLinkHubExportServer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handlers | TMap< FString, FFileDataHandler > | LiveLinkHubExportServer.h | ||
| HandlersMutex | FCriticalSection | LiveLinkHubExportServer.h | ||
| Mutex | FCriticalSection | LiveLinkHubExportServer.h | ||
| Runners | TMap< FString, TUniquePtr< FLiveLinkHubClientExportRunner > > | LiveLinkHubExportServer.h | ||
| TcpServer | TSharedPtr< UE::CaptureManager::FTcpServer > | LiveLinkHubExportServer.h | ||
| Threads | TMap< FString, TUniquePtr< FRunnableThread > > | LiveLinkHubExportServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< FServerInfo, EServerError > GetServerInfo() |
LiveLinkHubExportServer.h | ||
bool IsRunning() |
LiveLinkHubExportServer.h | ||
void RegisterFileDownloadHandler
(
FString InClientId, |
LiveLinkHubExportServer.h | ||
bool Start () |
LiveLinkHubExportServer.h | ||
bool Start
(
uint16 InPort |
LiveLinkHubExportServer.h | ||
bool Stop() |
LiveLinkHubExportServer.h | ||
void UnregisterFileDownloadHandler
(
FString InClientId |
LiveLinkHubExportServer.h |