Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
| Name | FStormSyncTransportStatusRequest |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
USTRUCT ()
struct FStormSyncTransportStatusRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| StormSyncTransportMessages.h | |||
FStormSyncTransportStatusRequest
(
const TArray< FName >& InPackageNames, |
StormSyncTransportMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dependencies | TArray< FStormSyncFileDependency > | The inner list of file assets dependencies for this ava package | StormSyncTransportMessages.h |
|
| MessageId | FGuid | The request ID of this status (used to identify the correct response from the target) | StormSyncTransportMessages.h |
|
| PackageNames | TArray< FName > | The top level list of package names (from which we gather the list of inner file dependencies / references) | StormSyncTransportMessages.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
StormSyncTransportMessages.h |