get_engine_version
Retrieve the Unreal Engine version as separate fields (major, minor, patch, changelist, branch) and a minor_dotted convenience string, enabling conditional logic based on version without parsing a single combined string.
Instructions
Structured engine-version snapshot — major / minor / patch / changelist / branch as separate fields, plus a 'minor_dotted' convenience like '5.7'. Use this when the LLM needs to branch on engine version without parsing get_project_summary's single 'engine_version' string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||