Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore > API/Plugins/StormSyncTransportCore/UStormSyncTransportSettings
Description
Gets the listen endpoint endpoint to listen to when starting off the tcp socket server listener.
The format is IP_ADDRESS:PORT_NUMBER.
0.0.0.0 will bind to the default network adapter on Windows, and all available network adapters on other operating systems.
| Name | GetServerEndpoint |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportSettings.h |
| Include Path | #include "StormSyncTransportSettings.h" |
| Source | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Private/StormSyncTransportSettings.cpp |
FString GetServerEndpoint() const