Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Holds data about local project (such as Message Address Ids, Project Name, Hostname, InstanceId, etc.)
| Name | FStormSyncConnectionInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
USTRUCT ()
struct FStormSyncConnectionInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStormSyncConnectionInfo() |
Default constructor | StormSyncTransportMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EngineVersion | int32 | Holds the engine version checksum | StormSyncTransportMessages.h |
|
| HostName | FString | The hostname this message was generated from | StormSyncTransportMessages.h |
|
| InstanceId | FGuid | Holds the instance identifier | StormSyncTransportMessages.h |
|
| InstanceType | EStormSyncEngineType | Holds the type of the engine instance | StormSyncTransportMessages.h |
|
| ProjectDir | FString | The unreal project directory this message was generated from | StormSyncTransportMessages.h |
|
| ProjectName | FString | The unreal project name this message was generated from | StormSyncTransportMessages.h |
|
| SessionId | FGuid | Holds the identifier of the session that the application belongs to | StormSyncTransportMessages.h |
|
| StormSyncClientAddressId | FString | Holds the message bus address identifier for Storm Sync Client endpoint | StormSyncTransportMessages.h |
|
| StormSyncServerAddressId | FString | Holds the message bus address identifier for Storm Sync Server endpoint | StormSyncTransportMessages.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
Returns debug string for this message | StormSyncTransportMessages.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetBasename
(
const FString& InPath |
Internal helper to return the last portion of a path, similar to the Unix basename command. | StormSyncTransportMessages.h |