What is the console command and parameter for opening a map in the editor?

I’m wondering what the console command is for opening a map directly in the editor, and the expected parameter.

Does anyone know?

I’ve been trying the following with no success:

open …/Content/Maps/MyMap.umap

level …/Content/Maps/MyMap.umap

map …/Content/Maps/MyMap.umap

2 Likes

It’s

open mymap

Thanks! You helped me remember because you were so close. Apparently the folder doesn’t matter, and the extension should be omitted. Also it’s case-insensitive, but I noticed the PIE auto-completes with case, even though all lower still works.

3 Likes