cpp_build
Compile Unreal Engine projects using UnrealBuildTool as a background job. Get a job ID immediately, then poll job status for progress and structured compiler errors.
Instructions
Compile the project with UnrealBuildTool as a background job. Returns a job_id immediately; poll job_status for progress and structured compiler errors (file, line, code, message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Build target. Default: <ProjectName>Editor. | |
| platform | No | Default Win64. | |
| extra_args | No | Extra UBT arguments. | |
| configuration | No | Default Development. | |
| timeout_seconds | No | Job kill deadline. Default 1800. |