An Unreal Engine Map file, identified by the .umap extension, is a proprietary binary file format developed by Epic Games for use within the Unreal Engine ecosystem. This file type serves as a container for level data, representing a specific scene, world, or map within a video game or interactive 3D application. Rather than storing raw 3D geometry or high-resolution textures directly, a .umap file primarily stores metadata and spatial information. It records the precise coordinates, rotation, and scale of various 'Actors'—such as static meshes, lights, cameras, and sound emitters—and maintains references to the external assets stored in .uasset files. Additionally, the .umap format encapsulates critical environmental information including world settings, baked lighting data (lightmaps), atmospheric effects, post-processing volumes, and level-specific logic defined through the Blueprint visual scripting system. When a developer or the game engine loads a map, it parses the .umap file to reconstruct the entire scene by fetching the necessary assets from the project library and placing them in the virtual space according to the instructions within the file.