getnamo / ZipUtility-Unreal

Event driven 7zip utility plugin for the Unreal Engine.
Other
205 stars 48 forks source link

Possible file lock after zip? #48

Open 0xDeve opened 1 year ago

0xDeve commented 1 year ago

Hi author, I'm having a really weird issue atm. Zipping is fine, file is created, I can view the file from browser. However if I attempt to read the file to array using FFileHelper::LoadFileToArray, it fails sometimes, very inconsistent. Any idea what's the cause? Thanks a lot