Description

`ZipArchiveTest.cpp` fails to compile for non-editor targets in Development configuration.

`FZipArchiveCompressTest::RunTest` constructs `FZipArchiveReader`, which is editor only, but that section of the test is not wrapped in `WITH_EDITOR`.

This is a recurrence of [Link Removed] Closed . That issue was the same defect in `FZipArchiveTest`, fixed in 5.6 by wrapping the reader section in `WITH_EDITOR`. `FZipArchiveCompressTest` was added shortly afterwards with the same problem.

Steps to Reproduce

Try to build FZipArchiveCompressTest in a Development non-editor build

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-388564 in the post.

0
Login to Vote

Unresolved
ComponentMetaHuman
Affects Versions5.8
CreatedJul 28, 2026
UpdatedAug 4, 2026
View Jira Issue