Navigation
API > API/Plugins > API/Plugins/StormSyncCore
Data holder during an extraction process.
Used to compute a list of files that needs extraction.
| Name | FStormSyncImportFileInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncImportTypes.h |
| Include Path | #include "StormSyncImportTypes.h" |
Syntax
USTRUCT ()
struct FStormSyncImportFileInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| StormSyncImportTypes.h | |||
FStormSyncImportFileInfo
(
const FStormSyncFileDependency& InFileDependency, |
StormSyncImportTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNewAsset | bool | True if the file was a new asset | StormSyncImportTypes.h | |
| DestFilepath | FString | The associated fully qualified path of the .uasset | StormSyncImportTypes.h | |
| FileDependency | FStormSyncFileDependency | Holds info such as PackageName, FileSize, Timestamp and hash | StormSyncImportTypes.h | |
| ImportReason | FText | UI-exposed reason of the import | StormSyncImportTypes.h | |
| ImportReasonTooltip | FText | UI-exposed extended info for reason of the import | StormSyncImportTypes.h |