build_target
Compile C++ game code by creating build targets with configurations for Editor, Game, Client, or Server across platforms and build types. Supports clean builds to ensure fresh compilation.
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 |