ue_open_level
Opens a specified level in Unreal Editor, closing the currently loaded level. Find available levels by searching assets with classFilter 'World' to obtain the correct level path.
Instructions
Open a level in the Unreal Editor. This will close the current level. Use ue_search_assets with classFilter='World' to find available levels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| levelPath | Yes | Path to the level to open |