Hello,
We’re encountering an issue in our UE5.4 AEC project where two folders _ExternalActors_ and _ExternalObjects_ are being generated, even though World Partition is disabled and External Actors is unticked.
Our workflow involves importing complex Revit models via Datasmith. While these models contain a large number of individual objects, we merge them in UE5 to reduce complexity (typically one mesh per material). The project is version-controlled using Git.
The problem is that these folders are spawning tens of thousands of files, currently around 40,000 folders and 35,000 files, which are being flagged for commit in Git. This seems excessive, and we suspect these files may not be necessary.
Could you please advise:
- Is there a way to prevent these folders from being generated?
- Is it safe to delete them without affecting the project?
- Are there any best practices for managing this in Git?
Thanks in advance!