I have a very large level in Unreal Engine,
and my goal is to generate exact, technically accurate 2D top-down drawings of this entire level, including all objects.
In the end I need actual geometry or vector-based lines that I can use for measurements,
and it is crucial that the scale remains 1:1 and precise.
What is the standard professional way to get an entire UE5 level into a 2D technical drawing format?
Are there specific tools or plugins (free or paid) that are considered “best practice” for this kind of architectural/technical documentation?
I want to avoid “visual-only” solutions like screenshots.
Hey there @AdaptSimon! Welcome to the community! This question somewhat depends on the level and it’s final use case. If the scale is truly large like a landscape as well as meshes, this is a challenge.
If you’re needing like a true architectural style technical blueprint of everything including depth from an orthographic slice, my usual recommendation is trying to export your scenes as meshes to another program built more explicitly for it like using something akin Rhino3D’s Make 2D utility then transferring to something like AutoCAD for manipulation. Though with truly large levels, that workflow is quite difficult due to data sizes.
What would the technical drawings be for if I may ask? Would a mesh slice/height map mixture suffice? There are some options but most of them are visual unfortunately.