Navigation
API > API/Plugins > API/Plugins/StormSyncTransportServer
Local Endpoint interface for Storm Sync Server
| Name | IStormSyncTransportServerLocalEndpoint |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportServer/Public/IStormSyncTransportServerLocalEndpoint.h |
| Include Path | #include "IStormSyncTransportServerLocalEndpoint.h" |
Syntax
class IStormSyncTransportServerLocalEndpoint : public IStormSyncTransportLocalEndpoint
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetTcpServerEndpointAddress() |
Returns endpoint address tcp server is currently listening on (ip:port), empty string otherwise (if not active / listening) | IStormSyncTransportServerLocalEndpoint.h | |
bool IsTcpServerActive() |
Returns whether underlying FTcpListener has been created, is currently active and listening for incoming connections | IStormSyncTransportServerLocalEndpoint.h | |
bool StartTcpListener () |
Start TCP server and start listening with configured endpoint in project settings | IStormSyncTransportServerLocalEndpoint.h | |
bool StartTcpListener
(
const FIPv4Endpoint& InEndpoint |
Start TCP server and start listening with passed in endpoint | IStormSyncTransportServerLocalEndpoint.h |