Navigation
API > API/Developer > API/Developer/FileUtilities
Helper class for reading an uncompressed zip archive file.
| Name | FZipArchiveReader |
| Type | class |
| Header File | /Engine/Source/Developer/FileUtilities/Public/FileUtilities/ZipArchiveReader.h |
| Include Path | #include "FileUtilities/ZipArchiveReader.h" |
Syntax
class FZipArchiveReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZipArchiveReader
(
IFileHandle* InFileHandle, |
Constructs the ZipArchive to read from a FileHandle. | FileUtilities/ZipArchiveReader.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FZipArchiveReader() |
FileUtilities/ZipArchiveReader.h |
Classes
| Name | Remarks |
|---|---|
| FImpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< FImpl > | FileUtilities/ZipArchiveReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetFileNames() |
FileUtilities/ZipArchiveReader.h | ||
bool IsValid() |
FileUtilities/ZipArchiveReader.h | ||
bool TryReadFile
(
FStringView FileName, |
FileUtilities/ZipArchiveReader.h |