Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Holds the result for inspecting whether a zip archive is suitable for importing. This also contains data produced as side effects, which can be reused for importing.
| Name | FImportInspectionResult |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Utils/ZipTransferUtils.h |
| Include Path | #include "Utils/ZipTransferUtils.h" |
Syntax
struct FImportInspectionResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImportInspectionResult
(
TUniquePtr< FZipArchiveReader > InReader |
Utils/ZipTransferUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllFileNames | TArray< FString > | All file names in the archive. Produced as side effect. | Utils/ZipTransferUtils.h | |
| ManifestBytes | TArray< uint8 > | Manifest file content. Produced as side effect. | Utils/ZipTransferUtils.h | |
| MetaData | TOptional< FFileSandboxCore_SandboxMetaData > | Metadata. Produced as side effect. | Utils/ZipTransferUtils.h | |
| MetadataBytes | TArray< uint8 > | Metadata file content. Produced as side effect. | Utils/ZipTransferUtils.h | |
| Reader | TUniquePtr< FZipArchiveReader > | The zip reader that was produced as side effect. You can re-use this for the import operation. | Utils/ZipTransferUtils.h | |
| SandboxName | FString | The name of the sandbox contained in the zip. Produced as side effect. | Utils/ZipTransferUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Utils/ZipTransferUtils.h |