Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Pull Request message (which is effectively a SyncRequest with extra info about local server and network config)
We are sending network / server info so that remote can initiate a sync response with correct address the tcp client will attempt to send buffer to.
| Name | FStormSyncTransportPullRequest |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
USTRUCT ()
struct FStormSyncTransportPullRequest : public FStormSyncTransportSyncRequest
Inheritance Hierarchy
- FStormSyncTransportSyncRequest → FStormSyncTransportPullRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | StormSyncTransportMessages.h | ||
FStormSyncTransportPullRequest
(
const TArray< FName >& InPackageNames, |
StormSyncTransportMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| 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 |
|