Navigation
API > API/Plugins > API/Plugins/LiveLinkHubExportServer
| Name | FLiveLinkHubExportServerModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/LiveLinkHubExportServer/Public/LiveLinkHubExportServerModule.h |
| Include Path | #include "LiveLinkHubExportServerModule.h" |
Syntax
class FLiveLinkHubExportServerModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportServer | TSharedPtr< FLiveLinkHubExportServer > | LiveLinkHubExportServerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< FLiveLinkHubExportServer::FServerInfo, FLiveLinkHubExportServer::EServerError > GetExportServerInfo() |
LiveLinkHubExportServerModule.h | ||
bool IsExportServerRunning() |
LiveLinkHubExportServerModule.h | ||
void RegisterExportServerHandler
(
FString InClientId, |
LiveLinkHubExportServerModule.h | ||
bool StartExportServer
(
uint16 InPort |
LiveLinkHubExportServerModule.h | ||
bool StopExportServer() |
LiveLinkHubExportServerModule.h | ||
void UnregisterExportServerHandler
(
FString InClientId |
LiveLinkHubExportServerModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
LiveLinkHubExportServerModule.h | ||
virtual void StartupModule() |
LiveLinkHubExportServerModule.h |