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