20 ::ll::TypedStorage<8, 48, ::Core::ZipUtils::ZipFileRestrictions> mRestrictions;
21 ::ll::TypedStorage<1, 1, bool> mDeleteZipOnSuccess;
22 ::ll::TypedStorage<1, 1, bool> mPreventOverwrites;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::IFileAccess>> mFileAccess;
24 ::ll::TypedStorage<8, 32, ::std::string> mPassword;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mSelectedPaths;
26 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mUnselectedPaths;
27 ::ll::TypedStorage<8, 8, uint64> mMaxDirectoryDepth;
33 MCAPI UnzipSettings();
35 MCAPI ~UnzipSettings();