editor_get_map_info
Retrieve comprehensive map/level details, including actor counts, lighting information, and streaming levels. Ideal for analyzing and optimizing Unreal Engine environments.
Instructions
Get detailed information about the current map/level
Example output: {'map_name': 'TestMap', 'map_path': '/Game/Maps/TestMap', 'total_actors': 45, 'actor_types': {'StaticMeshActor': 20, 'DirectionalLight': 1, 'PlayerStart': 1}, 'lighting': {'has_lightmass_importance_volume': false, 'directional_lights': 1, 'point_lights': 3, 'spot_lights': 0}, 'streaming_levels': 0, 'streaming_level_names': []}
Returns current level information with actor counts and lighting details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |