gtreshchev / RuntimeArchiver

Runtime Archiver plugin for Unreal Engine. Cross-platform archiving and unarchiving directories and files. Supports Zip, Oodle, Tar, LZ4 and GZip formats.
MIT License
93 stars 18 forks source link

Cancel/Pause #6

Open lebbex opened 2 months ago

lebbex commented 2 months ago

Will this support cancelling/pausing of the [de]compressing of files/folders? That would be very useful in my case where I'm making a Launcher for my game and I want the user to be able to cancel or pause the version download (think of the Epic Games Launcher).

The use cases are very small but still, if it's an easy implementation it would really be great for the few of us that might need it. Cheers.

lebbex commented 2 months ago

After thinking about it, a pause feature doesn't have much practical use. Cancelling however would be very useful for many peoples. Thanks regardless. I'mma credit you if that's ok with you.