build_target
Build C++ targets for Unreal Engine projects using UnrealBuildTool. Compiles code for specified platforms and configurations.
Instructions
Build a C++ target using UnrealBuildTool. Compiles the project's C++ code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | Clean build | |
| target | No | Build target: Editor, Game, Client, Server | Editor |
| platform | No | Target platform (default from config, e.g., Win64) | |
| configuration | No | Build config: Debug, DebugGame, Development, Shipping, Test |