Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Network related helpers
Main purpose of this class is to return correct information about network settings from UStormSyncTransportSettings and Socket Subsystem.
| Name | FStormSyncTransportNetworkUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportNetworkUtils.h |
| Include Path | #include "StormSyncTransportNetworkUtils.h" |
Syntax
class FStormSyncTransportNetworkUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetClientEndpointMessageAddress() |
Returns the current message bus client endpoint address. | StormSyncTransportNetworkUtils.h | |
static FString GetCurrentTcpServerEndpointAddress () |
Returns the current tcp server endpoint address (ip:port). | StormSyncTransportNetworkUtils.h | |
| Returns the list of local adapter addresses as returned by the socket subsystem, with port from server endpoint settings appended to the address list. | StormSyncTransportNetworkUtils.h | ||
static FString GetServerEndpointMessageAddress() |
Returns the current message bus server endpoint address. | StormSyncTransportNetworkUtils.h | |
static FString GetServerName() |
Returns either the configured Server Name in settings, or falls back to platform computer name | StormSyncTransportNetworkUtils.h | |
static FString GetTcpEndpointAddress() |
Parses and return configured server endpoint in settings, or an empty string if setting is invalid | StormSyncTransportNetworkUtils.h |