[Plugin] ZipUtility (7zip)

Great, making sure we gc appropriately and don’t have memory leaks would be helpful.

Not sure about the name conversion. The underlying library is found here: GitHub - getnamo/7zip-cpp: Fork of SevenZip++ for modern builds. which links to the raw 7z sources here: GitHub - keithjjones/7z at c8852a6dcaf99ae0fb29de8d97736ffa1b3a180e

You should have plenty of access to modify and add any missing underlying functionality. Note that we use the COM-port approach to interacting with the 7z dll and that there is a UE4 specific branch that has slightly different includes for the lib to hide windows data types.