Finally got the 7zpp-TestApp running and noticed that extraction test 4 was failing. My fault, I was stripping the path separation character as part of the invalid character check. Fixed that and green lights across the board.
I noticed that DetectCompressionFormat always returns true, even if the format is undetected at the end of the function, yet there are many places in the UE4 plugin that assume a false state. It now returns false if no format could be detected.
Finally got the 7zpp-TestApp running and noticed that extraction test 4 was failing. My fault, I was stripping the path separation character as part of the invalid character check. Fixed that and green lights across the board.
I noticed that
DetectCompressionFormat
always returns true, even if the format is undetected at the end of the function, yet there are many places in the UE4 plugin that assume a false state. It now returns false if no format could be detected.