Skip to content

Level

Get Map and Project

GET /api/engine/level

Get Map and project

Request Body

1
2
3
4
{
  "path": "/Temp/Untitled_1",
  "project": "/home/w/code/Studio-Next-5.1.0-release/UnrealPlugins/UnrealPlugins.uproject"
}

Load Level

POST /api/engine/level

Load level

Request Body

1
2
3
{
  "path": "/Game/test/NewMap1"
}

Response None