Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
FStormSyncTransportSyncResponse.
Effectively a sync request with:
- An additional list of sync modifiers, representing the diffing results and files we want to synchronize.
- Additional information about server network settings such as Hostname and Address.
| Name | FStormSyncTransportSyncResponse |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
USTRUCT ()
struct FStormSyncTransportSyncResponse : public FStormSyncTransportSyncRequest
Inheritance Hierarchy
- FStormSyncTransportSyncRequest → FStormSyncTransportSyncResponse
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | StormSyncTransportMessages.h | ||
FStormSyncTransportSyncResponse
(
const FGuid& InMessageId |
StormSyncTransportMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConnectionInfo | FStormSyncConnectionInfo | TODO: HostName / HostAddress in this struct might be redundant with ConnectionInfo. | StormSyncTransportMessages.h |
|
| HostAdapterAddresses | TArray< FString > | The host local addresses associated with the adapters on the local computer. | StormSyncTransportMessages.h |
|
| HostAddress | FString | The host endpoint address local tcp server is currently listening on this message was generated from (can be 0.0.0.0) | StormSyncTransportMessages.h |
|
| HostName | FString | The hostname this message was generated from | StormSyncTransportMessages.h |
|
| Modifiers | TArray< FStormSyncFileModifierInfo > | List of sync modifiers, either an Addition, Missing or Overwrite operation | StormSyncTransportMessages.h |
|
| Status | EStormSyncResponseResult | Status of the response, error or success | StormSyncTransportMessages.h |
|
| StatusText | FText | Localized text that can be filled with further information about response. | StormSyncTransportMessages.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
StormSyncTransportMessages.h |
See Also
- FStormSyncFileModifierInfo