Navigation
API > API/Plugins > API/Plugins/StormSyncCore
References
| Module | StormSyncCore |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncImportTypes.h |
| Include | #include "StormSyncImportTypes.h" |
Syntax
USTRUCT ()
struct FStormSyncImportFileInfo
Remarks
Data holder during an extraction process.
Used to compute a list of files that needs extraction.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DestFilepath | The associated fully qualified path of the .uasset | |
| FStormSyncBufferPtr | FileBuffer | Holds a shared ptr to the serialized buffer | |
| FStormSyncFileDependency | FileDependency | Holds info such as PackageName, FileSize, Timestamp and hash | |
| FText | ImportReason | UI-exposed reason of the import | |
| FText | ImportReasonTooltip | UI-exposed extended info for reason of the import |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStormSyncImportFileInfo
(
const FStormSyncFileDependency& InFileDependency, |