Navigation
Unreal Engine C++ API Reference > Developer > FileUtilities > FileUtilities > FZipArchiveReader
References
Module | FileUtilities |
Header | /Engine/Source/Developer/FileUtilities/Public/FileUtilities/ZipArchiveReader.h |
Include | #include "FileUtilities/ZipArchiveReader.h" |
Source | /Engine/Source/Developer/FileUtilities/Private/ZipArchiveReader.cpp |
FZipArchiveReader
&40;
IFileHandle &42; InFileHandle,
FOutputDevice &42; ErrorHandler
&41;
Remarks
Constructs the ZipArchive to read from a FileHandle. Takes ownership of the FileHandle (even if it is corrupt); it will be closed by the destructor.