generate_integration_guide
Creates Unreal Engine integration guides with setup steps, code examples, and best practices for any system.
Instructions
Generate a comprehensive integration guide for a system showing how to integrate it into an Unreal Engine project with setup steps, code examples, and best practices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | Array of absolute paths to C++ header files that make up the system | |
| system_name | Yes | Name of the system (e.g., 'Inventory System', 'Combat System') | |
| targetAudience | No | Target audience level: 'beginner', 'intermediate', or 'advanced'. Default: 'intermediate' | |
| includeBlueprints | No | Include Blueprint integration information. Default: true | |
| includeCodeExamples | No | Include C++ code examples. Default: true |