get_level_info
Retrieve the currently loaded level's name and file path from the O3DE editor, providing essential context for automation and project management.
Instructions
Get information about the currently loaded level.
Returns: JSON object with 'level_name' and 'level_path' fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |